MTLIndirectCommandType Enum

Definition

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum MTLIndirectCommandType
[<ObjCRuntime.Native>]
[<System.Flags>]
type MTLIndirectCommandType = 
Inheritance
MTLIndirectCommandType
Attributes

Fields

Name Value Description
Draw 1
DrawIndexed 2
DrawPatches 4
DrawIndexedPatches 8
ConcurrentDispatch 32
ConcurrentDispatchThreads 64
DrawMeshThreadgroups 128
DrawMeshThreads 256

Applies to