subscript(_:)
Returns the pipeline buffer descriptor at the specified array index.
Declaration
subscript(bufferIndex: Int) -> MTLPipelineBufferDescriptor! { get set }Parameters
- bufferIndex:
The array index of the requested pipeline buffer descriptor.
Return Value
The descriptor for the buffer bound at this index.