diff options
Diffstat (limited to 'make/config/jogl/gl-common.cfg')
-rw-r--r-- | make/config/jogl/gl-common.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/config/jogl/gl-common.cfg b/make/config/jogl/gl-common.cfg index 026b25695..046ff1a79 100644 --- a/make/config/jogl/gl-common.cfg +++ b/make/config/jogl/gl-common.cfg @@ -232,7 +232,9 @@ IgnoreExtension GL_EXT_framebuffer_object RenameExtensionIntoCore GL_NV_half_float RenameExtensionIntoCore GL_ARB_half_float_pixel -RenameExtensionIntoCore GL_EXT_framebuffer_multisample +# naming collision w/ GL_EXT_multisampled_render_to_texture, but included anyways +# RenameExtensionIntoCore GL_EXT_framebuffer_multisample +IgnoreExtension GL_EXT_framebuffer_multisample RenameExtensionIntoCore GL_EXT_framebuffer_blit #Big gap of promoted tokens and functions: GL_EXT_texture_integer |