Package org.robovm.apple.metal
Class MTLCommandBufferErrorOption
java.lang.Object
org.robovm.rt.bro.Bits<MTLCommandBufferErrorOption>
org.robovm.apple.metal.MTLCommandBufferErrorOption
- All Implemented Interfaces:
Comparable<MTLCommandBufferErrorOption>,Iterable<MTLCommandBufferErrorOption>
public final class MTLCommandBufferErrorOption extends Bits<MTLCommandBufferErrorOption>
- Since:
- Available in iOS 14.0 and later.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static MTLCommandBufferErrorOptionEncoderExecutionStatusstatic MTLCommandBufferErrorOptionNone -
Constructor Summary
Constructors Constructor Description MTLCommandBufferErrorOption(long value) -
Method Summary
Modifier and Type Method Description protected MTLCommandBufferErrorOption[]_values()static MTLCommandBufferErrorOption[]values()protected MTLCommandBufferErrorOptionwrap(long value, long mask)
-
Field Details
-
None
-
EncoderExecutionStatus
-
-
Constructor Details
-
MTLCommandBufferErrorOption
public MTLCommandBufferErrorOption(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<MTLCommandBufferErrorOption>
-
_values
- Specified by:
_valuesin classBits<MTLCommandBufferErrorOption>
-
values
-