소스 검색

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"
+                            }
                         }
                     ]
                 },