Package org.lwjgl.opengles
Class EXTSRGB
java.lang.Object
org.lwjgl.opengles.EXTSRGB
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:static final int
Accepted by the <format> and <internalformat> parameter of TexImage2D, and TexImage3DOES.static final int
Accepted by the <format> and <internalformat> parameter of TexImage2D, and TexImage3DOES.static final int
Accepted by the <internalformat> parameter of RenderbufferStorage: -
Method Summary
-
Field Details
-
GL_SRGB_EXT
public static final int GL_SRGB_EXTAccepted by the <format> and <internalformat> parameter of TexImage2D, and TexImage3DOES. These are also accepted by <format> parameter of TexSubImage2D and TexSubImage3DOES:- See Also:
-
GL_SRGB_ALPHA_EXT
public static final int GL_SRGB_ALPHA_EXTAccepted by the <format> and <internalformat> parameter of TexImage2D, and TexImage3DOES. These are also accepted by <format> parameter of TexSubImage2D and TexSubImage3DOES:- See Also:
-
GL_SRGB8_ALPHA8_EXT
public static final int GL_SRGB8_ALPHA8_EXTAccepted by the <internalformat> parameter of RenderbufferStorage:- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT
public static final int GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXTAccepted by the <pname> parameter of GetFramebufferAttachmentParameteriv:- See Also:
-