MTLCommandBufferDescriptor

A configuration that customizes the behavior for a new command buffer.

Members

Functions

errorOptions
MTLCommandBufferErrorOption errorOptions()

The reporting configuration that indicates which information the GPU driver stores in a command buffer’s error property.

errorOptions
MTLCommandBufferErrorOption errorOptions(MTLCommandBufferErrorOption )
Undocumented in source.
retainedResources
BOOL retainedResources()

A Boolean value that indicates whether the command buffer the descriptor creates maintains strong references to the resources it uses.

retainedResources
BOOL retainedResources(BOOL )
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