프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Immediately releases the unmanaged resources used by this object.
|
public static Create ( |
||
device | ||
indices | int | |
리턴 |
public IndexBuffer ( |
||
device | ||
capacity | int | |
리턴 | System |
public SetData ( int data, int offset, int count ) : void | ||
data | int | |
offset | int | |
count | int | |
리턴 | void |