IVertexBuffer class

IVertexBuffer class

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

The IVertexBuffer type exposes the following members:

Properties

PropertyDescription
vertex_declarationGets the vertex declaration
sizeSize of this buffer in bytes

Methods

MethodDescription
load_dataLoad vertex data from TriMesh
load_data
load_dataLoad the data into current buffer

See Also