summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/clip-planes-qml/ClipCappingFrameGraph.qml
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2016-02-25 15:10:58 +0000
committerRobert Brock <robert.brock@kdab.com>2016-02-26 10:41:38 +0000
commit50e51c827b6cf22e8387631833add6af01d51843 (patch)
tree2440a7ef659446d7287ef44df71415a1dc3a31b7 /examples/qt3d/clip-planes-qml/ClipCappingFrameGraph.qml
parent7e2f9d42eebe13182918d832577c4f5ed96ab87b (diff)
QDepthTest rename func to depthFunction
As per API review Change-Id: Iea3cbdb16618b248e221817000b71822a588bf6a Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/clip-planes-qml/ClipCappingFrameGraph.qml')
-rw-r--r--examples/qt3d/clip-planes-qml/ClipCappingFrameGraph.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/clip-planes-qml/ClipCappingFrameGraph.qml b/examples/qt3d/clip-planes-qml/ClipCappingFrameGraph.qml
index dde9e50d3..e2264588c 100644
--- a/examples/qt3d/clip-planes-qml/ClipCappingFrameGraph.qml
+++ b/examples/qt3d/clip-planes-qml/ClipCappingFrameGraph.qml
@@ -67,7 +67,7 @@ Viewport {
ClipPlane { plane: 0 },
ClipPlane { plane: 1 },
ClipPlane { plane: 2 },
- DepthTest { func: DepthTest.LessOrEqual }
+ DepthTest { depthFunction: DepthTest.LessOrEqual }
]
// Branch 1