1

I am trying to use multisampling.

I'm calling glutInitDisplayMode() with GLUT_MULTISAMPLE flag, then I'm checking if multisampling is available and I received following values: GL_SAMPLE_BUFFERS = 0 and GL_SAMPLES = 1. I suppose it means that multisampling isn't available.

How to solve this issue and make multisampling available?

4

1 回答 1

0

如果您的 GPU 不支持多重采样,那么您无能为力,当然除了购买更好的 GPU...

于 2014-01-01T06:12:40.817 回答