summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/playground-qml/AnimatedDiffuseMaterial.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/playground-qml/AnimatedDiffuseMaterial.qml')
-rw-r--r--examples/qt3d/playground-qml/AnimatedDiffuseMaterial.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/playground-qml/AnimatedDiffuseMaterial.qml b/examples/qt3d/playground-qml/AnimatedDiffuseMaterial.qml
index ff21cccaa..d1562366c 100644
--- a/examples/qt3d/playground-qml/AnimatedDiffuseMaterial.qml
+++ b/examples/qt3d/playground-qml/AnimatedDiffuseMaterial.qml
@@ -169,7 +169,7 @@ Material {
},
// TEXTURE PASS + UBO
RenderPass {
- filterKeys : [Annotation {name : "Name"; value : "Texture" }]
+ filterKeys : [FilterKey {name : "Name"; value : "Texture" }]
renderStates : [BlendEquationArguments {sourceRgb: BlendEquationArguments.One; destinationRgb : BlendEquationArguments.One},
BlendEquation {blendFunction: BlendEquation.Add},