IVertexBuffer Interface
The vertex buffer holds the polygon vertex data that will be sent to rendering pipeline

Namespace: Aspose.ThreeD.Render
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IVertexBuffer : IBuffer, 
	IDisposable

The IVertexBuffer type exposes the following members.

Properties
  NameDescription
Public propertySize
Size of this buffer in bytes
(Inherited from IBuffer.)
Public propertyVertexDeclaration
Gets the vertex declaration
Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodLoadData(Byte)
Load the data into current buffer
(Inherited from IBuffer.)
Public methodLoadData(Array)
Load data from array
Public methodLoadData(TriMesh)
Load vertex data from TriMesh
Public methodLoadData(IntPtr, Int32)
Load data from given position
See Also