summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/compute-particles/ComputeFrameGraph.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/compute-particles/ComputeFrameGraph.qml')
-rw-r--r--examples/qt3d/compute-particles/ComputeFrameGraph.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/compute-particles/ComputeFrameGraph.qml b/examples/qt3d/compute-particles/ComputeFrameGraph.qml
index 8f03ba0aa..0cd43f6d2 100644
--- a/examples/qt3d/compute-particles/ComputeFrameGraph.qml
+++ b/examples/qt3d/compute-particles/ComputeFrameGraph.qml
@@ -68,7 +68,7 @@ Viewport {
workGroupX: 1024; workGroupY: 1; workGroupZ: 1
TechniqueFilter {
matchAll: [
- Annotation { name: "type"; value: "compute"}
+ FilterKey { name: "type"; value: "compute"}
]
}
}
@@ -78,7 +78,7 @@ Viewport {
id: selector
TechniqueFilter {
matchAll: [
- Annotation { name: "type"; value: "draw"}
+ FilterKey { name: "type"; value: "draw"}
]
}
}