Class MPSKernelOptions

java.lang.Object
org.robovm.rt.bro.Bits<MPSKernelOptions>
org.robovm.apple.metalps.MPSKernelOptions
All Implemented Interfaces:
Comparable<MPSKernelOptions>, Iterable<MPSKernelOptions>

public final class MPSKernelOptions
extends Bits<MPSKernelOptions>
  • Field Details

    • None

      public static final MPSKernelOptions None
      Since:
      Available in iOS 9.0 and later.
    • SkipAPIValidation

      public static final MPSKernelOptions SkipAPIValidation
      Since:
      Available in iOS 9.0 and later.
    • AllowReducedPrecision

      public static final MPSKernelOptions AllowReducedPrecision
      Since:
      Available in iOS 9.0 and later.
    • DisableInternalTiling

      public static final MPSKernelOptions DisableInternalTiling
      Since:
      Available in iOS 10.0 and later.
    • InsertDebugGroups

      public static final MPSKernelOptions InsertDebugGroups
      Since:
      Available in iOS 10.0 and later.
    • Verbose

      public static final MPSKernelOptions Verbose
      Since:
      Available in iOS 11.0 and later.
  • Constructor Details

    • MPSKernelOptions

      public MPSKernelOptions​(long value)
  • Method Details