Package org.robovm.apple.metal
Class MTLIndirectCommandType
- All Implemented Interfaces:
Comparable<MTLIndirectCommandType>,Iterable<MTLIndirectCommandType>
public final class MTLIndirectCommandType extends Bits<MTLIndirectCommandType>
- Since:
- Available in iOS 12.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 MTLIndirectCommandTypeConcurrentDispatchstatic MTLIndirectCommandTypeConcurrentDispatchThreadsstatic MTLIndirectCommandTypeDrawstatic MTLIndirectCommandTypeDrawIndexedstatic MTLIndirectCommandTypeDrawIndexedPatchesstatic MTLIndirectCommandTypeDrawPatchesstatic MTLIndirectCommandTypeNone -
Constructor Summary
Constructors Constructor Description MTLIndirectCommandType(long value) -
Method Summary
Modifier and Type Method Description protected MTLIndirectCommandType[]_values()static MTLIndirectCommandType[]values()protected MTLIndirectCommandTypewrap(long value, long mask)
-
Field Details
-
None
-
Draw
-
DrawIndexed
-
DrawPatches
-
DrawIndexedPatches
-
ConcurrentDispatch
- Since:
- Available in iOS 13.0 and later.
-
ConcurrentDispatchThreads
- Since:
- Available in iOS 13.0 and later.
-
-
Constructor Details
-
MTLIndirectCommandType
public MTLIndirectCommandType(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<MTLIndirectCommandType>
-
_values
- Specified by:
_valuesin classBits<MTLIndirectCommandType>
-
values
-