summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/shadow-map-qml
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2016-02-25 12:07:13 +0000
committerRobert Brock <robert.brock@kdab.com>2016-03-03 09:52:17 +0000
commit7f334c8dee3e40ee22e6a3b0be921921487145ab (patch)
treedd3844c02fe25e5f0ae3886a220b8e2dbf622c6e /examples/qt3d/shadow-map-qml
parent921a6641ee3b5997ac0a8a3099af02ab1d5585de (diff)
QRenderTargetOutput enum
As per API review renamed FooAttachment to just Foo Change-Id: Ifd977b2b8bdb6706a70dd10f2ea3ee6a381c26b8 Reviewed-by: Paul Lemire <paul.lemire@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 9c9cb7ab0..07c9a9a36 100644
--- a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
+++ b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
@@ -71,7 +71,7 @@ FrameGraph {
attachments: [
RenderTargetOutput {
name: "depth"
- attachmentPoint: RenderTargetOutput.DepthAttachment
+ attachmentPoint: RenderTargetOutput.Depth
texture: Texture2D {
id: depthTexture
width: 1024