Package com.jogamp.opengl
Class GLExtensions
java.lang.Object
com.jogamp.opengl.GLExtensions
Class holding OpenGL extension strings, commonly used by JOGL's implementation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Required to be requested for OpenGL ES 2.0, not ES 3.0!static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION_1_2
- See Also:
-
VERSION_1_4
- See Also:
-
VERSION_1_5
- See Also:
-
VERSION_2_0
- See Also:
-
GL_KHR_debug
- See Also:
-
ARB_debug_output
- See Also:
-
AMD_debug_output
- See Also:
-
ARB_framebuffer_object
- See Also:
-
OES_framebuffer_object
- See Also:
-
EXT_framebuffer_object
- See Also:
-
EXT_framebuffer_blit
- See Also:
-
EXT_framebuffer_multisample
- See Also:
-
EXT_packed_depth_stencil
- See Also:
-
OES_depth24
- See Also:
-
OES_depth32
- See Also:
-
OES_packed_depth_stencil
- See Also:
-
NV_fbo_color_attachments
- See Also:
-
ARB_ES2_compatibility
- See Also:
-
ARB_ES3_compatibility
- See Also:
-
ARB_ES3_1_compatibility
- See Also:
-
ARB_ES3_2_compatibility
- See Also:
-
EXT_abgr
- See Also:
-
OES_rgb8_rgba8
- See Also:
-
OES_stencil1
- See Also:
-
OES_stencil4
- See Also:
-
OES_stencil8
- See Also:
-
APPLE_float_pixels
- See Also:
-
ARB_texture_non_power_of_two
- See Also:
-
ARB_texture_rectangle
- See Also:
-
EXT_texture_rectangle
- See Also:
-
NV_texture_rectangle
- See Also:
-
EXT_texture_format_BGRA8888
- See Also:
-
IMG_texture_format_BGRA8888
- See Also:
-
EXT_texture_compression_s3tc
- See Also:
-
NV_texture_compression_vtc
- See Also:
-
SGIS_generate_mipmap
- See Also:
-
OES_read_format
- See Also:
-
OES_single_precision
- See Also:
-
OES_EGL_image_external
- See Also:
-
OES_standard_derivatives
Required to be requested for OpenGL ES 2.0, not ES 3.0!- See Also:
-
ARB_gpu_shader_fp64
- See Also:
-
ARB_shader_objects
- See Also:
-
ARB_geometry_shader4
- See Also:
-
ARB_pixel_format
- See Also:
-
ARB_pbuffer
- See Also:
-
-
Constructor Details
-
GLExtensions
public GLExtensions()
-