subscript(_:)
Returns the state of the specified attribute.
Declaration
subscript(index: Int) -> MTLAttributeDescriptor! { get set }Parameters
- index:
A specified index in the argument table bindings.
Return Value
The attribute descriptor for data bound at this index.