MTLIndirectCommandType Enum

Definition

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum MTLIndirectCommandType
type MTLIndirectCommandType = 
Inheritance
MTLIndirectCommandType
Attributes

Fields

Draw 1
DrawIndexed 2
DrawIndexedPatches 8
DrawPatches 4

Applies to