public final class MTLCounterSampleBufferError
extends java.lang.Object
[@constant] MTLCounterSampleBufferErrorInvalid Invalid parameter passed while creating counter sample buffer.
[@constant] MTLCounterSampleBufferErrorInternal There was some other error in allocating the counter sample buffer.
| Modifier and Type | Field and Description |
|---|---|
static long |
Internal |
static long |
Invalid |
static long |
OutOfMemory |
public static final long OutOfMemory
public static final long Invalid
public static final long Internal