Package org.robovm.apple.metal
Class MTLBlitOption
- All Implemented Interfaces:
Comparable<MTLBlitOption>,Iterable<MTLBlitOption>
public final class MTLBlitOption extends Bits<MTLBlitOption>
- Since:
- Available in iOS 9.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 MTLBlitOptionDepthFromDepthStencilstatic MTLBlitOptionNonestatic MTLBlitOptionRowLinearPVRTCstatic MTLBlitOptionStencilFromDepthStencil -
Constructor Summary
Constructors Constructor Description MTLBlitOption(long value) -
Method Summary
Modifier and Type Method Description protected MTLBlitOption[]_values()static MTLBlitOption[]values()protected MTLBlitOptionwrap(long value, long mask)
-
Field Details
-
None
-
DepthFromDepthStencil
-
StencilFromDepthStencil
-
RowLinearPVRTC
- Since:
- Available in iOS 9.0 and later.
-
-
Constructor Details
-
MTLBlitOption
public MTLBlitOption(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<MTLBlitOption>
-
_values
- Specified by:
_valuesin classBits<MTLBlitOption>
-
values
-