subscript(_:)
Returns the render pipeline state for the specified color attachment.
Declaration
subscript(attachmentIndex: Int) -> MTLTileRenderPipelineColorAttachmentDescriptor { get set }Parameters
- attachmentIndex:
An index in the color attachment array.
Return Value
An MTLTileRenderPipelineColorAttachmentDescriptor that describes the render pipeline information for a color attachment.