Skip to main content

Module vertex

Module vertex 

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

VertexAttributeDescriptor
Describes a vertex attribute in a vertex descriptor.
VertexAttributeDescriptorArray
An array of vertex attribute descriptors.
VertexBufferLayoutDescriptor
Describes the layout of vertex data in a buffer.
VertexBufferLayoutDescriptorArray
An array of vertex buffer layout descriptors.
VertexDescriptor
Describes the organization of vertex data for a render pipeline.

Constants§

BUFFER_LAYOUT_STRIDE_DYNAMIC
Constant indicating that the stride should be computed dynamically.