瀏覽代碼

Fix SsaoPipeline depth attachment after O3DE PR19102

Signed-off-by: Markus Prettner <[email protected]>
Markus Prettner 1 月之前
父節點
當前提交
398b8a2285
共有 1 個文件被更改,包括 7 次插入0 次删除
  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"
+                            }
                         }
                     ]
                 },