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:
Samuel Rødal 2013-02-12 15:48:19 +01:00 committed by The Qt Project
parent 62d25e4d4f
commit c76ec20e55

View File

@ -130,7 +130,6 @@ public:
\value StereoBuffers Used to request stereo buffers in the surface format. \value StereoBuffers Used to request stereo buffers in the surface format.
\value DebugContext Used to request a debug context with extra debugging information. \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 \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 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. without support functionality marked as deprecated. This requires OpenGL version 3.0 or higher.