summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qtechnique_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qtechnique_p.h')
-rw-r--r--src/render/materialsystem/qtechnique_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/materialsystem/qtechnique_p.h b/src/render/materialsystem/qtechnique_p.h
index 7ea92cad0..25080bacb 100644
--- a/src/render/materialsystem/qtechnique_p.h
+++ b/src/render/materialsystem/qtechnique_p.h
@@ -49,7 +49,7 @@
//
#include <private/qnode_p.h>
-#include <Qt3DRender/qopenglfilter.h>
+#include <Qt3DRender/qgraphicsapifilter.h>
QT_BEGIN_NAMESPACE
@@ -70,10 +70,10 @@ public:
QList<QAnnotation *> m_annotationList;
QList<QParameter *> m_parameters;
QList<QRenderPass*> m_renderPasses;
- QOpenGLFilter m_openGLFilter;
+ QGraphicsApiFilter m_graphicsApiFilter;
private:
- void _q_openGLFilterChanged();
+ void _q_graphicsApiFilterChanged();
};
} // namespace Qt3DRender