Property | Type | Description |
---|
Method | Description | |
---|---|---|
Create ( |
Creates buffer from given indices
|
|
IndexBuffer ( |
Creates an instance of this object.
|
|
SetData ( int data ) : void |
Copies array data to the index buffer.
|
|
SetData ( int data, int offset, int count ) : void |
Copies array data to the index buffer.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Immediately releases the unmanaged resources used by this object.
|
public static Create ( |
||
device | ||
indices | int | |
return |
public IndexBuffer ( |
||
device | ||
capacity | int | |
return | System |
public SetData ( int data, int offset, int count ) : void | ||
data | int | |
offset | int | |
count | int | |
return | void |