2
0
Эх сурвалжийг харах

Fix SsaoPipeline depth attachment after O3DE PR19102

Signed-off-by: Markus Prettner <[email protected]>
Markus Prettner 1 сар өмнө
parent
commit
398b8a2285

+ 7 - 0
Passes/SsaoPipeline.pass

@@ -254,6 +254,13 @@
                                 "Pass": "DebugWhiteTexture",
                                 "Attachment": "Output"
                             }
+                        },
+                        {
+                            "LocalSlot": "DepthLinear",
+                            "AttachmentRef": {
+                                "Pass": "DepthPrePass",
+                                "Attachment": "DepthLinear"
+                            }
                         }
                     ]
                 },