Multisampling via GLUT

Has anyone had any luck enabling multisampling via GLUT? If I call:

 glutInitDisplayMode( GLUT_DOUBLE | GLUT_DEPTH | GLUT_MULTISAMPLE ) 

Number of sample buffers and number of samples both come back 0.

I’m developing on a GF FX 6600, and enabling FSAA through the device properties dialog works fine, but when set to “application controlled,” I get the results mentioned above.

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