Package 

Enum Texture.Type

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Texture.Type
    
                        

    Pixel data type

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UBYTE

      unsigned byte, 8-bit

      BYTE

      signed byte, 8-bit

      USHORT

      unsigned short, 16-bits

      SHORT

      signed short, 16-bit

      UINT

      unsigned int, 32-bit

      INT

      signed int, 32-bit

      HALF

      half-float, 16-bit float with 10 bits mantissa

      FLOAT

      float, 32-bit float, with 24 bits mantissa

      COMPRESSED

      a compressed type

      UINT_10F_11F_11F_REV

      unsigned 5.6 (5.5 for blue) float packed in a 32-bit integer.

      USHORT_565

      unsigned 5/6 bit integers packed in a 16-bit short.

    • Method Summary

      Modifier and Type Method Description
      static Array<Texture.Type> values()
      static Texture.Type valueOf(String name)
      • Methods inherited from class java.lang.Object

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