Package org.lwjgl.opengles
Class EXTTextureSRGBRG8
- java.lang.Object
-
- org.lwjgl.opengles.EXTTextureSRGBRG8
-
public final class EXTTextureSRGBRG8 extends java.lang.Object
Native bindings to the EXT_texture_sRGB_RG8 extension.This extension introduces SRG8_EXT as an acceptable internal format. This allows efficient sRGB sampling for source images stored with 2 channels.
Requires
GLES 3.0
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_SRG8_EXT
-
-
-
Field Detail
-
GL_SRG8_EXT
public static final int GL_SRG8_EXT
- See Also:
- Constant Field Values
-
-