MTLVertexBufferLayoutDescriptor

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

Members

Functions

stepFunction
MTLVertexStepFunction stepFunction()

The circumstances under which the vertex and its attributes are presented to the vertex function.

stepFunction
MTLVertexStepFunction stepFunction(MTLVertexStepFunction )
Undocumented in source.
stepRate
NSUInteger stepRate()

The interval at which the vertex and its attributes are presented to the vertex function.

stepRate
NSUInteger stepRate(NSUInteger )
Undocumented in source.
stride
NSUInteger stride()

The distance, in bytes, between the attribute data of two vertices in the buffer.

stride
NSUInteger stride(NSUInteger )
Undocumented in source.

Inherited Members

From NSObject

alloc
NSObject alloc()
Undocumented in source.
initialize
NSObject initialize()
Undocumented in source.
retain
NSObject retain()

Increments the receiver’s reference count.

release
void release()

Decrements the receiver’s reference count.

autorelease
NSObject autorelease()

Decrements the receiver’s retain count at the end of the current autorelease pool block.

Meta