diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-11-02 13:13:05 (GMT) |
---|---|---|
committer | Samuel Rødal <sroedal@trolltech.com> | 2009-11-02 13:14:00 (GMT) |
commit | 99bbe6fa6c2322449bb8ab7dda09c53b18cde68d (patch) | |
tree | 682cf447e3a05d3964bd78d31dacc9f6fad78561 /src/opengl | |
parent | 7f9c446f53ba89fb5add8ff6a62088eaa93d3460 (diff) | |
download | Qt-99bbe6fa6c2322449bb8ab7dda09c53b18cde68d.zip Qt-99bbe6fa6c2322449bb8ab7dda09c53b18cde68d.tar.gz Qt-99bbe6fa6c2322449bb8ab7dda09c53b18cde68d.tar.bz2 |
Minor doc fixes for QGLContext::BindOption.
Reviewed-by: Gunnar Sletta
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qgl.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp index 2a57468..6370afd 100644 --- a/src/opengl/qgl.cpp +++ b/src/opengl/qgl.cpp @@ -1773,10 +1773,12 @@ Q_OPENGL_EXPORT QGLShareRegister* qgl_share_reg() /*! \enum QGLContext::BindOption + \since 4.6 + A set of options to decide how to bind a texture using bindTexture(). \value NoBindOption Don't do anything, pass the texture straight - thru. + through. \value InvertedYBindOption Specifies that the texture should be flipped over the X axis so that the texture coordinate 0,0 corresponds to |