I use QQuickFramebufferObject::Renderer to draw my QQuickItem with native OpenGL.
I use the OpenGL context of the Scene Graph.
So how can i disable MSAA for these context?
PS . Is the context version of the scene graph always opengl 4.2?
↧