Class ARBES3Compatibility



  • public final class ARBES3Compatibility
    extends java.lang.Object
    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.