Hi there,
i’m trying to implement a multisampled fbo application. the multisampled version via the enumeration method built into GL_EXT_framebuffer_multisample is working pretty well. but i’m facing a problem with the GL_NV_framebuffer_multisample_coverage extension. the GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV and GL_MULTISAMPLE_COVERAGE_MODES_NV are both set to wrong adress in the GL-Class.
the GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV is set to 0x8E12 but is has to be set to 0x8E11
and the GL_MULTISAMPLE_COVERAGE_MODES_NV is set to 0x8E13 but is has to be set to 0x8E12
when i set these to variables to the correct values all is going well…
for more informations check the specification of NV_framebuffer_multisample_coverage…
i dunno if this is a known issue but i hope it’s getting fixed in an upcomming version of jogl
greetings