IVertexBuffer Interface |
Namespace: Aspose.ThreeD.Render
The IVertexBuffer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Size |
Size of this buffer in bytes
(Inherited from IBuffer.) |
![]() | VertexDeclaration |
Gets the vertex declaration
|
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from IDisposable.) |
![]() | LoadData(Byte) |
Load the data into current buffer
(Inherited from IBuffer.) |
![]() | LoadData(Array) |
Load data from array
|
![]() | LoadData(TriMesh) |
Load vertex data from TriMesh |
![]() | LoadData(IntPtr, Int32) |
Load data from given position
|