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.
Types
Properties
Link copied to clipboard
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
Link copied to clipboard
The number of vertices stored in this vertex buffer.
Link copied to clipboard
Specifies the format of vertex data stored in the vertex buffer.
Functions
Link copied to clipboard
Writes data to the vertex buffer using the provided BufferWriter starting at the specified element offset.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard