MTLRenderPipelineColorAttachmentDescriptorArray

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

Members

Functions

initialize
MTLRenderPipelineColorAttachmentDescriptorArray initialize()
Undocumented in source.
objectAtIndexedSubscript
MTLRenderPipelineColorAttachmentDescriptor objectAtIndexedSubscript(NSUInteger attachmentIndex)
Undocumented in source.
opIndex
MTLRenderPipelineColorAttachmentDescriptor opIndex(NSUInteger index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(NSUInteger index, MTLRenderPipelineColorAttachmentDescriptor v)
Undocumented in source. Be warned that the author may not have intended to support it.
setObjectAtIndexedSubscript
void setObjectAtIndexedSubscript(MTLRenderPipelineColorAttachmentDescriptor attachment, NSUInteger attachmentIndex)
Undocumented in source.

Static functions

alloc
MTLRenderPipelineColorAttachmentDescriptorArray alloc()
Undocumented in source.

Inherited Members

From NSObject

alloc
NSObject alloc()
Undocumented in source.
initialize
NSObject initialize()
Undocumented in source.
retain
NSObject retain()

Increments the receiver’s reference count.

release
void release()

Decrements the receiver’s reference count.

autorelease
NSObject autorelease()

Decrements the receiver’s retain count at the end of the current autorelease pool block.

Meta