Class MPSDataType


  • public final class MPSDataType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Float16  
      static int Float32  
      static int FloatBit  
      static int Int16
      signed integers
      static int Int32
      signed integers
      static int Int64
      signed integers
      static int Int8
      signed integers
      static int IntBit
      signed integers
      static int Invalid  
      static int NormalizedBit
      unsigned normalized (see for example Metal's unorm8 and unorm16 pixel formats).
      static int SignedBit
      signed integers
      static int UInt16
      unsigned integers.
      static int UInt32
      unsigned integers.
      static int UInt64
      unsigned integers.
      static int UInt8
      unsigned integers.
      static int Unorm1
      unsigned normalized (see for example Metal's unorm8 and unorm16 pixel formats).
      static int Unorm8
      unsigned normalized (see for example Metal's unorm8 and unorm16 pixel formats).
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait