diff options
author | Sven Gothel <[email protected]> | 2012-02-15 13:56:43 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-15 13:56:43 +0100 |
commit | 7d87ace890d584675081eaade3b0685dc52bf8a5 (patch) | |
tree | 6d7af10e3982be0c00059ac7af2efa56b888a32c /make/config/jogl/gl-if-gl2_es2.cfg | |
parent | fb31bd24d8f607b18ab3eef6b90a1e1e20a5ec82 (diff) |
OpenGL EGL, ES1 and ES2 Header Sync incl. subsuming common extensions.
- New EGL/ES headers from 2012-01-xx
- Subsuming ES extensions to core,
allowing aliasing of more enums/funcs to GL or GL2ES1/GL2ES2:
GL_EXT_color_buffer_half_float
GL_EXT_occlusion_query_boolean
GL_EXT_robustness
GL_ARB_robustness
GL_EXT_separate_shader_objects
GL_EXT_shadow_samplers
GL_EXT_sRGB
GL_EXT_texture_array
GL_EXT_texture_rg
GL_EXT_texture_type_2_10_10_10_REV
GL_NV_draw_buffers
GL_NV_fbo_color_attachments
GL_EXT_packed_float
GL_EXT_texture_storage
Diffstat (limited to 'make/config/jogl/gl-if-gl2_es2.cfg')
-rw-r--r-- | make/config/jogl/gl-if-gl2_es2.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make/config/jogl/gl-if-gl2_es2.cfg b/make/config/jogl/gl-if-gl2_es2.cfg index 95c89eb37..6a8aef06b 100644 --- a/make/config/jogl/gl-if-gl2_es2.cfg +++ b/make/config/jogl/gl-if-gl2_es2.cfg @@ -35,6 +35,10 @@ IgnoreExtension GL_EXT_discard_framebuffer IgnoreExtension GL_OES_compressed_paletted_texture IgnoreExtension GL_OES_compressed_ETC1_RGB8_texture IgnoreExtension GL_OES_vertex_array_object +IgnoreExtension GL_OES_EGL_image_external +IgnoreExtension GL_EXT_debug_marker +IgnoreExtension GL_EXT_debug_label +IgnoreExtension GL_EXT_multisampled_render_to_texture # isn't included in GL2 # includes GL_STATE_RESTORE, which hasn't the QCOM suffix @@ -61,12 +65,15 @@ CustomJavaCode GL2ES2 public void glDepthRange(double zNear, double zFar); IncludeAs CustomJavaCode GL2ES2 gl-if-CustomJavaCode-gl2_es2.java +# dummy procaddress config / force procaddress for comments EmitProcAddressTable false ProcAddressTableClassName DontGenerateProcAddressTableStuff GetProcAddressTableExpr DontGenerateProcAddressTableStuff +ForceProcAddressGen __ALL__ # Inform the glue code generator of the association between #defines # and functions and the extensions in which they are defined +# This also gives a better API doc since it includes all extension names. GLHeader GLES2/gl2.h GLHeader GLES2/gl2ext.h GLHeader GL/gl.h |