Package org.lwjgl.opengles
Class EXTSRGB
- java.lang.Object
-
- org.lwjgl.opengles.EXTSRGB
-
public final class EXTSRGB extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT
Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:static int
GL_SRGB_ALPHA_EXT
Accepted by the <format> and <internalformat> parameter of TexImage2D, and TexImage3DOES.static int
GL_SRGB_EXT
Accepted by the <format> and <internalformat> parameter of TexImage2D, and TexImage3DOES.static int
GL_SRGB8_ALPHA8_EXT
Accepted by the <internalformat> parameter of RenderbufferStorage:
-
-
-
Field Detail
-
GL_SRGB_EXT
public static final int GL_SRGB_EXT
Accepted by the <format> and <internalformat> parameter of TexImage2D, and TexImage3DOES. These are also accepted by <format> parameter of TexSubImage2D and TexSubImage3DOES:- See Also:
- Constant Field Values
-
GL_SRGB_ALPHA_EXT
public static final int GL_SRGB_ALPHA_EXT
Accepted by the <format> and <internalformat> parameter of TexImage2D, and TexImage3DOES. These are also accepted by <format> parameter of TexSubImage2D and TexSubImage3DOES:- See Also:
- Constant Field Values
-
GL_SRGB8_ALPHA8_EXT
public static final int GL_SRGB8_ALPHA8_EXT
Accepted by the <internalformat> parameter of RenderbufferStorage:- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT
public static final int GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT
Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:- See Also:
- Constant Field Values
-
-