summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qabstracttextureprovider.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-01-28 13:08:07 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-02-08 11:16:22 +0000
commitba7f13b912dbbe208358e7ae925924ccba413ee1 (patch)
treea33188e471be121f118ac624e6c940a4d0e48bc2 /src/render/frontend/qabstracttextureprovider.h
parent8b70fbf3376687d86472ca4e4f61e27484ff94b4 (diff)
QTextureProviders added
the Quick3D textures were removed to use the providers directly instead. Change-Id: Ifa5f28aa1ce8b6e5cc921ac76e6fbd80c5ea3112 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/frontend/qabstracttextureprovider.h')
-rw-r--r--src/render/frontend/qabstracttextureprovider.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/render/frontend/qabstracttextureprovider.h b/src/render/frontend/qabstracttextureprovider.h
index 5d2bb4a92..85a38d6ab 100644
--- a/src/render/frontend/qabstracttextureprovider.h
+++ b/src/render/frontend/qabstracttextureprovider.h
@@ -251,12 +251,6 @@ public:
// Those will be made protected to only allow creation of a QAbstractTextureProvider through subclasses
explicit QAbstractTextureProvider(Target target, QNode *parent = 0);
- explicit QAbstractTextureProvider(Target target, TextureFormat format, int width, int height = 1, int depth = 1,
- bool mipMaps = false, Filter magnificationFilter = Nearest, Filter minificationFilter = Nearest,
- float maximumAnisotropy = 1.0f,
- ComparisonFunction comparisonFunction = CompareLessEqual,
- ComparisonMode comparisonMode = CompareNone,
- QNode *parent = 0);
~QAbstractTextureProvider();