Expand description
Vertex buffer layout descriptions and management.
Defines vertex attribute formats, stride calculations, and an in-memory vertex buffer abstraction for use with GPU render pipelines.
Structs§
- Vertex
Buffer - An in-memory buffer of interleaved vertex data with an associated layout.
- Vertex
Layout - Describes the memory layout of a single interleaved vertex record.
- Vertex
Slot - A named slot in a vertex layout, pairing a semantic name with its format.
Enums§
- Vertex
Attribute - The data format and dimensionality of a single vertex attribute.
- Vertex
Buffer Error - Errors that can occur when working with a
VertexBuffer.