summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-02-05 12:39:08 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-02-08 15:03:24 +0000
commit1798e94dafd40ca909d35ee4ad734848729076b5 (patch)
treee2e3c727e04c9e6fa8ec5a313b30f0bb66c92726 /src
parent9bd8f7c7c31404f44678bb0251ef3168a66803b1 (diff)
Skybox/QWrapMode: update doc and remove r wrap mode on Skybox
Change-Id: If06f2943fda92512437768a749055968d7c9af04 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/render/frontend/qwrapmode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/frontend/qwrapmode.cpp b/src/render/frontend/qwrapmode.cpp
index 8e226b50f..279eb0bc5 100644
--- a/src/render/frontend/qwrapmode.cpp
+++ b/src/render/frontend/qwrapmode.cpp
@@ -116,6 +116,7 @@ QTextureWrapMode::WrapMode QTextureWrapMode::x() const
/*!
Sets the wrap mode of the y dimension to \a y.
+ \note this is not available on 1D textures.
*/
void QTextureWrapMode::setY(WrapMode y)
{
@@ -137,6 +138,7 @@ QTextureWrapMode::WrapMode QTextureWrapMode::y() const
/*!
Sets the wrap mode of the z dimension to \a z.
+ \note this is only available on 3D textures.
*/
void QTextureWrapMode::setZ(WrapMode z)
{