Module vertex

Source
Expand description

Types for defining vertex attributes and their buffers.

Structs§

VertexAttribute
Vertex inputs (attributes) to shaders.

Enums§

VertexFormat
Vertex Format for a VertexAttribute (input).
VertexStepMode
Whether a vertex buffer is indexed by vertex or by instance.