Interface IVertexBuffer
IVertexBuffer interface
The vertex buffer holds the polygon vertex data that will be sent to rendering pipeline
public interface IVertexBuffer : IBuffer
Properties
| Name | Description | 
|---|---|
| VertexDeclaration { get; } | Gets the vertex declaration | 
Methods
| Name | Description | 
|---|---|
| LoadData(Array) | Load data from array | 
| LoadData(TriMesh) | Load vertex data from TriMesh | 
| LoadData(IntPtr, int) | Load data from given position | 
See Also
- interface IBuffer
 - namespace Aspose.ThreeD.Render
 - assembly Aspose.3D