MTLVertexBufferLayoutDescriptorArray

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Functions

objectAtIndexedSubscript
MTLVertexBufferLayoutDescriptor objectAtIndexedSubscript(NSUInteger index)

Returns the state of the specified vertex buffer layout.

opIndex
MTLVertexBufferLayoutDescriptor opIndex(NSUInteger index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(MTLVertexBufferLayoutDescriptor value, NSUInteger index)
Undocumented in source. Be warned that the author may not have intended to support it.
setObjectAtIndexedSubscript
void setObjectAtIndexedSubscript(MTLVertexBufferLayoutDescriptor bufferDesc, NSUInteger index)

Sets the state of the specified vertex buffer layout.

Mixins

__anonymous
mixin ObjcExtend!NSObject
Undocumented in source.

Meta