Interface IVertexBuffer

IVertexBuffer interface

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

public interface IVertexBuffer : IBuffer

Properties

NameDescription
VertexDeclaration { get; }Gets the vertex declaration

Methods

NameDescription
LoadData(Array)Load data from array
LoadData(TriMesh)Load vertex data from TriMesh
LoadData(IntPtr, int)Load data from given position

See Also