-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Texture.InternalFormatInternal texel formats
These formats are used to specify a texture's internal storage format.
Enumerants syntax format[components][size][type]components: List of stored components by this formatsize: Size in bit of each componenttype: Type this format is stored asSpecial color formatsThere are a few special color formats that don't follow the convention above:Compressed texture formatsMany compressed texture formats are supported as well, which include (but are not limited to)the following list:
-
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description static Array<Texture.InternalFormat>values()static Texture.InternalFormatvalueOf(String name)-
-
Method Detail
-
values
static Array<Texture.InternalFormat> values()
-
valueOf
static Texture.InternalFormat valueOf(String name)
-
-
-
-