Required.
SDK
- iOS 13.0+
Framework
- Metal
Declaration
- (id<MTLResource State Command Encoder>)resourceStateCommandEncoder;
Required.
SDK
Framework
- (id<MTLResource State Command Encoder>)resourceStateCommandEncoder;
- render Command Encoder With Descriptor:
Creates an object to encode a rendering pass into the command buffer.
Required.
- parallel Render Command Encoder With Descriptor:
Creates an object that can split the work of encoding commands for a single render pass.
Required.
- compute Command Encoder With Dispatch Type:
Creates an object to encode a compute pass into the command buffer.
Required.
- compute Command Encoder
Creates an object to encode a sequential compute pass into the command buffer.
Required.
- blit Command Encoder
Creates an object to encode a block information transfer (blit) pass into the command buffer.
Required.
MTLDispatch Type
Constants indicating how the compute command encoder's commands are dispatched.