VertexBuffer
Represents a vertex buffer that stores vertex data in GPU memory and allows for efficient rendering operations. The vertex buffer conforms to a specific vertex format and supports various operations for writing, managing, and releasing vertex data resources.
Represents a vertex buffer that stores vertex data in GPU memory and allows for efficient rendering operations. The vertex buffer conforms to a specific vertex format and supports various operations for writing, managing, and releasing vertex data resources.
Represents a vertex buffer that stores vertex data in GPU memory and allows for efficient rendering operations. The vertex buffer conforms to a specific vertex format and supports various operations for writing, managing, and releasing vertex data resources.
Types
Properties
Gives a read/write shadow for the vertex buffer
Gives a read/write shadow for the vertex buffer
Gives a read/write shadow for the vertex buffer
The number of vertices stored in this vertex buffer.
The number of vertices stored in this vertex buffer.
The number of vertices stored in this vertex buffer.
Specifies the format of vertex data stored in the vertex buffer.
Specifies the format of vertex data stored in the vertex buffer.
Specifies the format of vertex data stored in the vertex buffer.
Functions
Writes data to the vertex buffer using the provided BufferWriter starting at the specified element offset.
Writes data to the vertex buffer using the provided BufferWriter starting at the specified element offset.
Writes data to the vertex buffer using the provided BufferWriter starting at the specified element offset.