summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/PlanetFrameGraph.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/planets-qml/PlanetFrameGraph.qml')
-rw-r--r--examples/qt3d/planets-qml/PlanetFrameGraph.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/planets-qml/PlanetFrameGraph.qml b/examples/qt3d/planets-qml/PlanetFrameGraph.qml
index 95dc51ac2..1be58c557 100644
--- a/examples/qt3d/planets-qml/PlanetFrameGraph.qml
+++ b/examples/qt3d/planets-qml/PlanetFrameGraph.qml
@@ -64,7 +64,7 @@ FrameGraph {
clearColor: Qt.rgba(0.0, 0.0, 0.0, 1.0)
TechniqueFilter {
- requires: [ Annotation { name: "name"; value: "Desktop" } ]
+ matchAll: [ Annotation { name: "name"; value: "Desktop" } ]
RenderPassFilter {