Browse Source

Fix SsaoPipeline depth attachment after O3DE PR19102

Signed-off-by: Markus Prettner <[email protected]>
Markus Prettner 1 month ago
parent
commit
398b8a2285
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Passes/SsaoPipeline.pass

+ 7 - 0
Passes/SsaoPipeline.pass

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