Package apple.metal.enums
Class MTLDispatchType
- java.lang.Object
-
- apple.metal.enums.MTLDispatchType
-
public final class MTLDispatchType extends java.lang.Object[@enum] MTLDispatchType MTLDispatchType Describes how a command encoder will execute dispatched work. [@constant] MTLDispatchTypeSerial Command encoder dispatches are executed in dispatched order. [@constant] MTLDispatchTypeConcurrent Command encoder dispatches are executed in parallel with each other.
-
-
Field Summary
Fields Modifier and Type Field Description static longConcurrentstatic longSerial
-
-
-
Field Detail
-
Serial
public static final long Serial
- See Also:
- Constant Field Values
-
Concurrent
public static final long Concurrent
- See Also:
- Constant Field Values
-
-