metal.vertexdescriptor

Undocumented in source.

Members

Classes

MTLVertexAttributeDescriptor
class MTLVertexAttributeDescriptor

An object that determines how to store attribute data in memory and map it to the arguments of a vertex function.

MTLVertexAttributeDescriptorArray
class MTLVertexAttributeDescriptorArray
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
MTLVertexBufferLayoutDescriptor
class MTLVertexBufferLayoutDescriptor

An object that configures how a render pipeline fetches data to send to the vertex function.

MTLVertexBufferLayoutDescriptorArray
class MTLVertexBufferLayoutDescriptorArray
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
MTLVertexDescriptor
class MTLVertexDescriptor
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.

Enums

MTLVertexFormat
enum MTLVertexFormat
Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.
MTLVertexStepFunction
enum MTLVertexStepFunction

The frequency with which the vertex function or post-tessellation vertex function fetches attribute data.

Meta