Package org.robovm.apple.metal
Class MTLFunctionOptions
- All Implemented Interfaces:
Comparable<MTLFunctionOptions>,Iterable<MTLFunctionOptions>
public final class MTLFunctionOptions extends Bits<MTLFunctionOptions>
- 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 MTLFunctionOptionsCompileToBinarystatic MTLFunctionOptionsNone -
Constructor Summary
Constructors Constructor Description MTLFunctionOptions(long value) -
Method Summary
Modifier and Type Method Description protected MTLFunctionOptions[]_values()static MTLFunctionOptions[]values()protected MTLFunctionOptionswrap(long value, long mask)
-
Field Details
-
None
-
CompileToBinary
- Since:
- Available in iOS 14.0 and later.
-
-
Constructor Details
-
MTLFunctionOptions
public MTLFunctionOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<MTLFunctionOptions>
-
_values
- Specified by:
_valuesin classBits<MTLFunctionOptions>
-
values
-