subscript(_:)
Accesses a color attachment at a specific index.
Declaration
subscript(attachmentIndex: Int) -> MTL4RenderPipelineColorAttachmentDescriptor! { get set }Parameters
- attachmentIndex:
Index of the attachment to access.
Accesses a color attachment at a specific index.
subscript(attachmentIndex: Int) -> MTL4RenderPipelineColorAttachmentDescriptor! { get set }Index of the attachment to access.