Skip to main content

Module vertex_buffer

Module vertex_buffer 

Source
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§

VertexBuffer
An in-memory buffer of interleaved vertex data with an associated layout.
VertexLayout
Describes the memory layout of a single interleaved vertex record.
VertexSlot
A named slot in a vertex layout, pairing a semantic name with its format.

Enums§

VertexAttribute
The data format and dimensionality of a single vertex attribute.
VertexBufferError
Errors that can occur when working with a VertexBuffer.