Qt 6.11 is out! See what's new in the release
blog
MultiSampling Issue on Qt Creator 4.8.0
-
Hi everyone,
I'm using OpenGL (QOpenGLFunctions) on Qt Creator 4.8.0, and I tried to enable GL_MULTISAMPLING but here's my problem : When I use format.setSample(Sample_Number), whatever number I use, in my context I always stay at 0 samples.
From what I understand, it could be a problem with the computer (quite old) or the Qt's version I'm using.
What do you think ?
Thank you for your time