Follow API changes in QRenderAttachment.

Change-Id: I104367392c6b00b7d31cc900bd639cff9a4c08eb
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
Volker Krause 2016-03-02 19:50:51 +01:00 committed by Sean Harmer
parent 5e9ecab9df
commit a8193a3d24
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ FrameGraph {
target: RenderTarget {
attachments: [
RenderTargetOutput {
name: "depth"
objectName: "depth"
attachmentPoint: RenderTargetOutput.Depth
texture: Texture2D {
id: depthTexture

View File

@ -70,7 +70,7 @@ FrameGraph {
target: RenderTarget {
attachments: [
RenderTargetOutput {
name: "depth"
objectName: "depth"
attachmentPoint: RenderTargetOutput.Depth
texture: Texture2D {
id: depthTexture