summaryrefslogtreecommitdiffstats
path: root/examples/tessellation-modes
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-10-16 16:10:18 +0200
committerPaul Lemire <paul.lemire@kdab.com>2014-10-17 21:16:49 +0200
commit9f77d558daef14e0cbf5f6b69a3f2db574c78282 (patch)
tree57337a46ea542bef3a8aea12f5f8602716456c98 /examples/tessellation-modes
parentf71b69495c1ebb6e43b1d51a768fdc87595a65f2 (diff)
QRenderPass: renamed criteria property to annotations
Change-Id: Id824323880a3cf310adb1c581c440eeff9451d4f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/tessellation-modes')
-rw-r--r--examples/tessellation-modes/TessellatedWireframeEffect.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tessellation-modes/TessellatedWireframeEffect.qml b/examples/tessellation-modes/TessellatedWireframeEffect.qml
index eb33bbb44..7feaa66e9 100644
--- a/examples/tessellation-modes/TessellatedWireframeEffect.qml
+++ b/examples/tessellation-modes/TessellatedWireframeEffect.qml
@@ -76,7 +76,7 @@ Effect {
minorVersion: 0
}
- criteria: [ Annotation { name: "renderingStyle"; value: "forward" } ]
+ annotations: [ Annotation { name: "renderingStyle"; value: "forward" } ]
parameters: [
Parameter { name: "light.position"; value: Qt.vector4d(0.0, 0.0, 0.0, 1.0) },