Package org.lwjgl.opengles
Class EXTTextureSRGBR8
- java.lang.Object
-
- org.lwjgl.opengles.EXTTextureSRGBR8
-
public final class EXTTextureSRGBR8 extends java.lang.Object
Native bindings to the EXT_texture_sRGB_R8 extension.This extension introduces SR8_EXT as an acceptable internal format. This allows efficient sRGB sampling for source images stored as a separate texture per channel.
Requires
GLES 3.0
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_SR8_EXT
Accepted by theinternalformat
parameters of TexImage2D, TexImage3D, TexStorage2D and TexStorage3D.
-
-
-
Field Detail
-
GL_SR8_EXT
public static final int GL_SR8_EXT
Accepted by theinternalformat
parameters of TexImage2D, TexImage3D, TexStorage2D and TexStorage3D.- See Also:
- Constant Field Values
-
-