public final class MTLDispatchType
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static long |
Concurrent |
static long |
Serial |
public static final long Serial
public static final long Concurrent