From a8193a3d2469ac6b4dce47addbb6f52be0bfe91f Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Wed, 2 Mar 2016 19:50:51 +0100 Subject: Follow API changes in QRenderAttachment. Change-Id: I104367392c6b00b7d31cc900bd639cff9a4c08eb Reviewed-by: Sean Harmer --- examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/qt3d/shadow-map-qml') diff --git a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml index 07c9a9a36..91ff3eeac 100644 --- a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml +++ b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml @@ -70,7 +70,7 @@ FrameGraph { target: RenderTarget { attachments: [ RenderTargetOutput { - name: "depth" + objectName: "depth" attachmentPoint: RenderTargetOutput.Depth texture: Texture2D { id: depthTexture -- cgit v1.2.3