From c176624a4d065c9d05f927cb16ab1eb41cbc67e6 Mon Sep 17 00:00:00 2001 From: Robert Brock Date: Wed, 24 Feb 2016 18:03:48 +0000 Subject: QRenderAttachment renamed RenderAttachmentType to AttachmentPoint As per API review New name was better fitting to the actual description/usage Renamed point to attachmentPoint Change-Id: Id14a312acabdcc9bda49a4d30efe490342105660 Reviewed-by: Paul Lemire --- examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml') diff --git a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml index 195869dd8..945bb4457 100644 --- a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml +++ b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml @@ -71,7 +71,7 @@ FrameGraph { attachments: [ RenderAttachment { name: "depth" - type: RenderAttachment.DepthAttachment + attachmentPoint: RenderAttachment.DepthAttachment texture: Texture2D { id: depthTexture width: 1024 -- cgit v1.2.3