Fixed QSurfaceFormat documentation about DebugContext requiring GL3+.
GL_ARB_debug_output only requires OpenGL 1.1 and above. Change-Id: Ib79d370fac36fa737817ea678f0dee25283dfa31 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
parent
62d25e4d4f
commit
c76ec20e55
@ -130,7 +130,6 @@ public:
|
||||
|
||||
\value StereoBuffers Used to request stereo buffers in the surface format.
|
||||
\value DebugContext Used to request a debug context with extra debugging information.
|
||||
This requires OpenGL version 3.0 or higher.
|
||||
\value DeprecatedFunctions Used to request that deprecated functions be included
|
||||
in the OpenGL context profile. If not specified, you should get a forward compatible context
|
||||
without support functionality marked as deprecated. This requires OpenGL version 3.0 or higher.
|
||||
|
Loading…
Reference in New Issue
Block a user