MTLCommandBufferDescriptor

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

Members

Functions

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

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

initialize
MTLCommandBufferDescriptor initialize()
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.

Mixins

__anonymous
mixin ObjcExtend!NSObject
Undocumented in source.

Static functions

alloc
MTLCommandBufferDescriptor alloc()
Undocumented in source.

Meta