Package org.lwjgl.opengl
Class EXTTextureSRGBR8
- java.lang.Object
-
- org.lwjgl.opengl.EXTTextureSRGBR8
-
public final class EXTTextureSRGBR8 extends java.lang.ObjectNative bindings to the EXT_texture_sRGB_R8 extension.This extension introduces
SR8_EXTas an acceptable internal format. This allows efficient sRGB sampling for source images stored as a separate texture per channel.Requires
OpenGL 1.2.
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_SR8_EXTAccepted by theinternalformatparameters ofTexImage3D,TexImage2D,TexImage1D,TexStorage3D,TexStorage2D,TexStorage1D,TextureStorage3D,TextureStorage2D, andTextureStorage1D.
-
-
-
Field Detail
-
GL_SR8_EXT
public static final int GL_SR8_EXT
Accepted by theinternalformatparameters ofTexImage3D,TexImage2D,TexImage1D,TexStorage3D,TexStorage2D,TexStorage1D,TextureStorage3D,TextureStorage2D, andTextureStorage1D.- See Also:
- Constant Field Values
-
-