mirror of https://github.com/qt/qt3d.git
Follow API changes in QRenderAttachment.
Change-Id: I104367392c6b00b7d31cc900bd639cff9a4c08eb Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
parent
5e9ecab9df
commit
a8193a3d24
|
|
@ -74,7 +74,7 @@ FrameGraph {
|
|||
target: RenderTarget {
|
||||
attachments: [
|
||||
RenderTargetOutput {
|
||||
name: "depth"
|
||||
objectName: "depth"
|
||||
attachmentPoint: RenderTargetOutput.Depth
|
||||
texture: Texture2D {
|
||||
id: depthTexture
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ FrameGraph {
|
|||
target: RenderTarget {
|
||||
attachments: [
|
||||
RenderTargetOutput {
|
||||
name: "depth"
|
||||
objectName: "depth"
|
||||
attachmentPoint: RenderTargetOutput.Depth
|
||||
texture: Texture2D {
|
||||
id: depthTexture
|
||||
|
|
|
|||
Loading…
Reference in New Issue