public final class EXTTextureSRGBR8
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_SR8_EXT
Accepted by the
internalformat parameters of TexImage2D, TexImage3D, TexStorage2D and TexStorage3D. |
public static final int GL_SR8_EXT
internalformat parameters of TexImage2D, TexImage3D, TexStorage2D and TexStorage3D.Copyright LWJGL. All Rights Reserved. License terms.