public final class EXTTextureCompressionS3TCSRGB
extends java.lang.Object
This extension adds new compressed color texture formats using S3TC with nonlinear sRGB color components.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT
In extended OpenGL ES 2 these new tokens are accepted by the
internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT,
TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D. |
static int |
GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT
In extended OpenGL ES 2 these new tokens are accepted by the
internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT,
TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D. |
static int |
GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT
In extended OpenGL ES 2 these new tokens are accepted by the
internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT,
TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D. |
static int |
GL_COMPRESSED_SRGB_S3TC_DXT1_EXT
In extended OpenGL ES 2 these new tokens are accepted by the
internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT,
TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D. |
public static final int GL_COMPRESSED_SRGB_S3TC_DXT1_EXT
internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT,
TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.
In extended OpenGL ES 3 these new tokens are also accepted by the internalformat parameter of TexImage2D, TexImage3D, CompressedTexImage3D,
TexStorage2D, TexStorage3D, TexStorage3DEXT, TextureStorage3DEXT and the format parameter of CompressedTexSubImage3D..
public static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT
internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT,
TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.
In extended OpenGL ES 3 these new tokens are also accepted by the internalformat parameter of TexImage2D, TexImage3D, CompressedTexImage3D,
TexStorage2D, TexStorage3D, TexStorage3DEXT, TextureStorage3DEXT and the format parameter of CompressedTexSubImage3D..
public static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT
internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT,
TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.
In extended OpenGL ES 3 these new tokens are also accepted by the internalformat parameter of TexImage2D, TexImage3D, CompressedTexImage3D,
TexStorage2D, TexStorage3D, TexStorage3DEXT, TextureStorage3DEXT and the format parameter of CompressedTexSubImage3D..
public static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT
internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT,
TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.
In extended OpenGL ES 3 these new tokens are also accepted by the internalformat parameter of TexImage2D, TexImage3D, CompressedTexImage3D,
TexStorage2D, TexStorage3D, TexStorage3DEXT, TextureStorage3DEXT and the format parameter of CompressedTexSubImage3D..
Copyright LWJGL. All Rights Reserved. License terms.