Expand description
Vertex descriptor types.
Corresponds to Metal/MTLVertexDescriptor.hpp.
Vertex descriptors describe the organization of vertex data in buffers for use with render pipelines.
Structs§
- Vertex
Attribute Descriptor - Describes a vertex attribute in a vertex descriptor.
- Vertex
Attribute Descriptor Array - An array of vertex attribute descriptors.
- Vertex
Buffer Layout Descriptor - Describes the layout of vertex data in a buffer.
- Vertex
Buffer Layout Descriptor Array - An array of vertex buffer layout descriptors.
- Vertex
Descriptor - Describes the organization of vertex data for a render pipeline.
Constants§
- BUFFER_
LAYOUT_ STRIDE_ DYNAMIC - Constant indicating that the stride should be computed dynamically.