From 921a6641ee3b5997ac0a8a3099af02ab1d5585de Mon Sep 17 00:00:00 2001 From: Robert Brock Date: Thu, 25 Feb 2016 11:23:09 +0000 Subject: QRenderAttachment renamed to QRenderTargetOutput As per API review Change-Id: Icaca9797c01100402e6d103be2a0425820a717ec Reviewed-by: Paul Lemire --- examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 945bb4457..9c9cb7ab0 100644 --- a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml +++ b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml @@ -69,9 +69,9 @@ FrameGraph { RenderTargetSelector { target: RenderTarget { attachments: [ - RenderAttachment { + RenderTargetOutput { name: "depth" - attachmentPoint: RenderAttachment.DepthAttachment + attachmentPoint: RenderTargetOutput.DepthAttachment texture: Texture2D { id: depthTexture width: 1024 -- cgit v1.2.3