diff options
| author | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-10-11 16:12:21 +0200 |
|---|---|---|
| committer | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-10-11 16:12:35 +0200 |
| commit | d0eb444a49f6064ecb896f62276e060cd8a4b1e8 (patch) | |
| tree | 34d8dd637baf665225ada73e76604531cd2c75e5 /src/gui/opengl/qopengltexture.cpp | |
| parent | da0cb32b8ee7cc4a991a59420a411898e63a660e (diff) | |
| parent | 894f86709080fe8d20875b402adce679963c49c2 (diff) | |
Merge remote-tracking branch 'origin/stable' into dev
Change-Id: Ib8cfeee7d9ca15e8ad520e428b72c200827a8628
Diffstat (limited to 'src/gui/opengl/qopengltexture.cpp')
| -rw-r--r-- | src/gui/opengl/qopengltexture.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/opengl/qopengltexture.cpp b/src/gui/opengl/qopengltexture.cpp index a6e1c2953d2..fcd556e8927 100644 --- a/src/gui/opengl/qopengltexture.cpp +++ b/src/gui/opengl/qopengltexture.cpp @@ -1449,7 +1449,7 @@ void QOpenGLTexture::destroy() } /*! - Returns true if the underlying OpenGL texture object has been created. + Returns \c true if the underlying OpenGL texture object has been created. \sa create(), destroy(), textureId() */ @@ -1532,7 +1532,7 @@ void QOpenGLTexture::release(uint unit, TextureUnitReset reset) } /*! - Returns true if this texture is bound to the corresponding target + Returns \c true if this texture is bound to the corresponding target of the currently active texture unit. \sa bind(), release() @@ -1545,7 +1545,7 @@ bool QOpenGLTexture::isBound() const } /*! - Returns true if this texture is bound to the corresponding target + Returns \c true if this texture is bound to the corresponding target of texture unit \a unit. \sa bind(), release() @@ -2012,7 +2012,7 @@ void QOpenGLTexture::allocateStorage() } /*! - Returns true if server-side storage for this texture as been + Returns \c true if server-side storage for this texture as been allocated. The texture format, dimensions, mipmap levels and array layers @@ -2076,7 +2076,7 @@ QOpenGLTexture *QOpenGLTexture::createTextureView(Target target, } /*! - Returns true if this texture object is actually a view onto another + Returns \c true if this texture object is actually a view onto another texture object. \sa createTextureView() @@ -2227,7 +2227,7 @@ void QOpenGLTexture::setCompressedData(int dataSize, void *data, } /*! - Returns true if your OpenGL implementation and version supports the texture + Returns \c true if your OpenGL implementation and version supports the texture feature \a feature. */ bool QOpenGLTexture::hasFeature(Feature feature) |
