Enum MetalCommandEncoderType
Represents the type of Metal command encoder required for a node.
public enum MetalCommandEncoderType
Fields
Blit = 1Blit command encoder for memory operations.
Compute = 0Compute command encoder for kernel dispatch.
Render = 2Render command encoder for rendering operations.