NV_multisample_filter_hint & glDisable( GL_MULTISAMPLE )

After I set

glHint( GL_MULTISAMPLE_FILTER_HINT_NV, GL_NICEST);

I can’t disable multisampling with glDisable( GL_MULTISAMPLE )

With GL_MULTISAMPLE_FILTER_HINT_NV = GL_FASTEST it works as expected.

nvidia, driver version 77.72

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.