Свойство | Type | Description |
---|
Méthode | 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.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Immediately releases the unmanaged resources used by this object.
|
public static Create ( |
||
device | ||
indices | int | |
Résultat |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public IndexBuffer ( |
||
device | ||
capacity | int | |
Résultat | System |
public SetData ( int data, int offset, int count ) : void | ||
data | int | |
offset | int | |
count | int | |
Résultat | void |