Package apple.metal.enums
Class MTLCounterSampleBufferError
- java.lang.Object
-
- apple.metal.enums.MTLCounterSampleBufferError
-
public final class MTLCounterSampleBufferError extends java.lang.Object[@enum] MTLCounterSampleBufferError [@constant] MTLCounterSampleBufferErrorOutOfMemory There wasn't enough memory available to allocate the counter sample buffer. [@constant] MTLCounterSampleBufferErrorInvalid Invalid parameter passed while creating counter sample buffer. [@constant] MTLCounterSampleBufferErrorInternal There was some other error in allocating the counter sample buffer.
-
-
Field Summary
Fields Modifier and Type Field Description static longInternalstatic longInvalidstatic longOutOfMemory
-
-
-
Field Detail
-
OutOfMemory
public static final long OutOfMemory
- See Also:
- Constant Field Values
-
Invalid
public static final long Invalid
- See Also:
- Constant Field Values
-
Internal
public static final long Internal
- See Also:
- Constant Field Values
-
-