Enum MPSDeviceCapsValues

java.lang.Object
java.lang.Enum<MPSDeviceCapsValues>
org.robovm.apple.metalps.MPSDeviceCapsValues
All Implemented Interfaces:
Serializable, Comparable<MPSDeviceCapsValues>, ValuedEnum

public enum MPSDeviceCapsValues
extends Enum<MPSDeviceCapsValues>
implements ValuedEnum
  • Enum Constant Details

    • DeviceCapsNull

      public static final MPSDeviceCapsValues DeviceCapsNull
    • DeviceSupportsReadableArrayOfTextures

      public static final MPSDeviceCapsValues DeviceSupportsReadableArrayOfTextures
    • DeviceSupportsWritableArrayOfTextures

      public static final MPSDeviceCapsValues DeviceSupportsWritableArrayOfTextures
    • DeviceSupportsReadWriteTextures

      public static final MPSDeviceCapsValues DeviceSupportsReadWriteTextures
    • DeviceSupportsSimdgroupBarrier

      public static final MPSDeviceCapsValues DeviceSupportsSimdgroupBarrier
    • DeviceSupportsQuadShuffle

      public static final MPSDeviceCapsValues DeviceSupportsQuadShuffle
    • DeviceSupportsSimdShuffle

      public static final MPSDeviceCapsValues DeviceSupportsSimdShuffle
    • DeviceSupportsSimdReduction

      public static final MPSDeviceCapsValues DeviceSupportsSimdReduction
    • DeviceSupportsFloat32Filtering

      public static final MPSDeviceCapsValues DeviceSupportsFloat32Filtering
    • DeviceSupportsNorm16BicubicFiltering

      public static final MPSDeviceCapsValues DeviceSupportsNorm16BicubicFiltering
    • DeviceSupportsFloat16BicubicFiltering

      public static final MPSDeviceCapsValues DeviceSupportsFloat16BicubicFiltering
    • DeviceIsAppleDevice

      public static final MPSDeviceCapsValues DeviceIsAppleDevice
  • Method Details

    • values

      public static MPSDeviceCapsValues[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MPSDeviceCapsValues valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static MPSDeviceCapsValues valueOf​(long n)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null