Package org.lwjgl.opengl
Class ARBES3Compatibility
java.lang.Object
org.lwjgl.opengl.ARBES3Compatibility
Native bindings to the ARB_ES3_compatibility extension.
This extension adds support for features of OpenGL ES 3.0 that are missing from OpenGL 3.x. Enabling these features will ease the process of porting applications from OpenGL ES 3.0 to OpenGL. These features include conservative boolean occlusion queries, primitive restart with a fixed index, the OpenGL ES Shading Language 3.00 specification, and the dependencies stated below.
Requires OpenGL 3.3, ARB_ES2_compatibility, ARB_invalidate_subdata and ARB_texture_storage. Promoted to core in OpenGL 4.3.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by thetargetparameter of BeginQuery, EndQuery, GetQueryIndexediv and GetQueryiv.static final intAccepted by theinternalformatparameter of CompressedTexImage2D.static final intAccepted by theinternalformatparameter of CompressedTexImage2D.static final intAccepted by theinternalformatparameter of CompressedTexImage2D.static final intAccepted by theinternalformatparameter of CompressedTexImage2D.static final intAccepted by theinternalformatparameter of CompressedTexImage2D.static final intAccepted by theinternalformatparameter of CompressedTexImage2D.static final intAccepted by theinternalformatparameter of CompressedTexImage2D.static final intAccepted by theinternalformatparameter of CompressedTexImage2D.static final intAccepted by theinternalformatparameter of CompressedTexImage2D.static final intAccepted by theinternalformatparameter of CompressedTexImage2D.static final intAccepted by thevalueparameter of the GetInteger functions.static final intAccepted by thetargetparameter of Enable and Disable. -
Method Summary
-
Field Details
-
GL_COMPRESSED_RGB8_ETC2
public static final int GL_COMPRESSED_RGB8_ETC2Accepted by theinternalformatparameter of CompressedTexImage2D.- See Also:
-
GL_COMPRESSED_SRGB8_ETC2
public static final int GL_COMPRESSED_SRGB8_ETC2Accepted by theinternalformatparameter of CompressedTexImage2D.- See Also:
-
GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
public static final int GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Accepted by theinternalformatparameter of CompressedTexImage2D.- See Also:
-
GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
public static final int GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Accepted by theinternalformatparameter of CompressedTexImage2D.- See Also:
-
GL_COMPRESSED_RGBA8_ETC2_EAC
public static final int GL_COMPRESSED_RGBA8_ETC2_EACAccepted by theinternalformatparameter of CompressedTexImage2D.- See Also:
-
GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAccepted by theinternalformatparameter of CompressedTexImage2D.- See Also:
-
GL_COMPRESSED_R11_EAC
public static final int GL_COMPRESSED_R11_EACAccepted by theinternalformatparameter of CompressedTexImage2D.- See Also:
-
GL_COMPRESSED_SIGNED_R11_EAC
public static final int GL_COMPRESSED_SIGNED_R11_EACAccepted by theinternalformatparameter of CompressedTexImage2D.- See Also:
-
GL_COMPRESSED_RG11_EAC
public static final int GL_COMPRESSED_RG11_EACAccepted by theinternalformatparameter of CompressedTexImage2D.- See Also:
-
GL_COMPRESSED_SIGNED_RG11_EAC
public static final int GL_COMPRESSED_SIGNED_RG11_EACAccepted by theinternalformatparameter of CompressedTexImage2D.- See Also:
-
GL_PRIMITIVE_RESTART_FIXED_INDEX
public static final int GL_PRIMITIVE_RESTART_FIXED_INDEXAccepted by thetargetparameter of Enable and Disable.- See Also:
-
GL_ANY_SAMPLES_PASSED_CONSERVATIVE
public static final int GL_ANY_SAMPLES_PASSED_CONSERVATIVEAccepted by thetargetparameter of BeginQuery, EndQuery, GetQueryIndexediv and GetQueryiv.- See Also:
-
GL_MAX_ELEMENT_INDEX
public static final int GL_MAX_ELEMENT_INDEXAccepted by thevalueparameter of the GetInteger functions.- See Also:
-