-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Texture.TypePixel data type
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UBYTEunsigned byte, 8-bit
BYTEsigned byte, 8-bit
USHORTunsigned short, 16-bits
SHORTsigned short, 16-bit
UINTunsigned int, 32-bit
INTsigned int, 32-bit
HALFhalf-float, 16-bit float with 10 bits mantissa
FLOATfloat, 32-bit float, with 24 bits mantissa
COMPRESSEDa compressed type
UINT_10F_11F_11F_REVunsigned 5.6 (5.5 for blue) float packed in a 32-bit integer.
USHORT_565unsigned 5/6 bit integers packed in a 16-bit short.
-
Method Summary
Modifier and Type Method Description static Array<Texture.Type>values()static Texture.TypevalueOf(String name)-
-
Method Detail
-
values
static Array<Texture.Type> values()
-
valueOf
static Texture.Type valueOf(String name)
-
-
-
-