summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/shadow-map-qml
diff options
context:
space:
mode:
authorVolker Krause <volker.krause@kdab.com>2016-03-12 16:29:14 +0100
committerVolker Krause <volker.krause@kdab.com>2016-03-12 15:40:09 +0000
commitd39f7dba4fe6b598d9503a839fdde2cfc9ebefc3 (patch)
tree9d7d18c8b56436e4c6c7b6bf80d7d1fe6f2e361e /examples/qt3d/shadow-map-qml
parente9da368601e5c8e1298c26794d1d15ead2837b1b (diff)
Fix accidentally renamed RenderTarget.attachments properties.
Change-Id: I69ea9e2fd357c663dd18ead74b6d3d99a50ed92f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/shadow-map-qml')
-rw-r--r--examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
index 956f19ef6..afccb2082 100644
--- a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
+++ b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
@@ -69,7 +69,7 @@ RenderSettings {
RenderTargetSelector {
target: RenderTarget {
- outputs: [
+ attachments: [
RenderTargetOutput {
objectName: "depth"
attachmentPoint: RenderTargetOutput.Depth