summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
diff options
context:
space:
mode:
authorFranck Arrecot <franck.arrecot@kdab.com>2016-03-03 12:57:38 +0100
committerPaul Lemire <paul.lemire@kdab.com>2016-03-17 11:25:16 +0000
commitc01bc22c287e58186a285b3f8507711fd982fd05 (patch)
tree77a5b100d5a02de3cf864672590cdde5d4099301 /examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
parenta8371dccd60a097678239edc510e5bb4624b52b8 (diff)
QAnnotation changes
Task-number: QTBUG-51454 Change-Id: Iee08f6b1be39894c40926afb20e003d46bc735f4 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml')
-rw-r--r--examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
index afccb2082..2a510b40b 100644
--- a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
+++ b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
@@ -65,7 +65,7 @@ RenderSettings {
RenderSurfaceSelector {
RenderPassFilter {
- includes: [ Annotation { name: "pass"; value: "shadowmap" } ]
+ includes: [ FilterKey { name: "pass"; value: "shadowmap" } ]
RenderTargetSelector {
target: RenderTarget {
@@ -102,8 +102,8 @@ RenderSettings {
}
}
- RenderPassFilter {
- includes: [ Annotation { name: "pass"; value: "forward" } ]
+ RenderPassFilter {
+ includes: [ FilterKey { name: "pass"; value: "forward" } ]
ClearBuffer {
buffers: ClearBuffer.ColorDepthBuffer