---- Reported by triipaxx 2009-02-24 15:48:56 ---- Hello, i'm currently facing a problem with the extension GL_NV_framebuffer_coverage_multisample. Some necessary values are set to wrong value 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 Jan --- Bug imported by sgothel@jausoft.com 2010-03-24 07:51 EDT --- This bug was previously known as _bug_ 369 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=369
checked in current generated code, it's set ok