Package apple.metal.enums
Class MTLIndirectCommandType
- java.lang.Object
-
- apple.metal.enums.MTLIndirectCommandType
-
public final class MTLIndirectCommandType extends java.lang.ObjectA bitfield of commands that may be performed indirectly.
-
-
Field Summary
Fields Modifier and Type Field Description static longConcurrentDispatchDispatch threadgroups with concurrent executionstatic longConcurrentDispatchThreadsDispatch threads with concurrent executionstatic longDrawstatic longDrawIndexedstatic longDrawIndexedPatchesstatic longDrawPatches
-
-
-
Field Detail
-
Draw
public static final long Draw
- See Also:
- Constant Field Values
-
DrawIndexed
public static final long DrawIndexed
- See Also:
- Constant Field Values
-
DrawPatches
public static final long DrawPatches
- See Also:
- Constant Field Values
-
DrawIndexedPatches
public static final long DrawIndexedPatches
- See Also:
- Constant Field Values
-
ConcurrentDispatch
public static final long ConcurrentDispatch
Dispatch threadgroups with concurrent execution- See Also:
- Constant Field Values
-
ConcurrentDispatchThreads
public static final long ConcurrentDispatchThreads
Dispatch threads with concurrent execution- See Also:
- Constant Field Values
-
-