Fix documentation of the QOpenGLFunctions::OpenGLFeature enum

It's not really about features already present in OpenGL ES 2 that
might not be present in other OpenGL implementations; for instance,
NPOT textures are not in ES 2, but only available through extensions.

Therefore, change the wording to include optional OpenGL and OpenGL ES
features.

Change-Id: I3822e50789ded10a937e3c5b7b4be9e267265276
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
bb10
Giuseppe D'Angelo 2013-07-02 19:39:49 +02:00 committed by The Qt Project
parent 1510051dcc
commit b6a6d590e9
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ QT_BEGIN_NAMESPACE
/*!
\enum QOpenGLFunctions::OpenGLFeature
This enum defines OpenGL/ES 2.0 features that may be optional
on other platforms.
This enum defines OpenGL and OpenGL ES features whose presence
may depend on the implementation.
\value Multitexture glActiveTexture() function is available.
\value Shaders Shader functions are available.