MTLVertexAttributeDescriptor

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

Members

Functions

bufferIndex
NSUInteger bufferIndex(NSUInteger )
Undocumented in source.
bufferIndex
NSUInteger bufferIndex()

The index in the argument table for the associated vertex buffer.

format
MTLVertexFormat format()

The format of the vertex attribute.

format
MTLVertexFormat format(MTLVertexFormat )
Undocumented in source.
offset
NSUInteger offset()

The location of an attribute in vertex data, determined by the byte offset from the start of the vertex data.

offset
NSUInteger offset(NSUInteger )
Undocumented in source.

Mixins

__anonymous
mixin ObjcExtend!NSObject
Undocumented in source.

Meta