Răsfoiți Sursa

Fixed some small final issues

Signed-off-by: antonmic <[email protected]>
antonmic 3 ani în urmă
părinte
comite
2f726a166b

+ 9 - 0
Passes/CheckerboardPipeline.pass

@@ -12,6 +12,15 @@
                     "SlotType": "InputOutput"
                     "SlotType": "InputOutput"
                 }
                 }
             ],
             ],
+            "PassData": {
+                "$type": "PassData",
+                "PipelineConnections": [
+                    {
+                        "GlobalName": "SwapChainOutput",
+                        "Slot": "SwapChainOutput"
+                    }
+                ]
+            },
             "PassRequests": [
             "PassRequests": [
                 {
                 {
                     "Name": "MorphTargetPass",
                     "Name": "MorphTargetPass",

+ 9 - 0
Passes/ComplexPipeline.pass

@@ -12,6 +12,15 @@
                     "SlotType": "InputOutput"
                     "SlotType": "InputOutput"
                 }
                 }
             ],
             ],
+            "PassData": {
+                "$type": "PassData",
+                "PipelineConnections": [
+                    {
+                        "GlobalName": "SwapChainOutput",
+                        "Slot": "SwapChainOutput"
+                    }
+                ]
+            },
             "PassRequests": [
             "PassRequests": [
                 {
                 {
                     "Name": "MorphTargetPass",
                     "Name": "MorphTargetPass",

+ 9 - 0
Passes/ImGuiOnlyPipeline.pass

@@ -12,6 +12,15 @@
                     "SlotType": "InputOutput"
                     "SlotType": "InputOutput"
                 }
                 }
             ],
             ],
+            "PassData": {
+                "$type": "PassData",
+                "PipelineConnections": [
+                    {
+                        "GlobalName": "SwapChainOutput",
+                        "Slot": "SwapChainOutput"
+                    }
+                ]
+            },
             "PassRequests": [
             "PassRequests": [
                 {
                 {
                     "Name": "ImGuiNoInputPass",
                     "Name": "ImGuiNoInputPass",

+ 9 - 0
Passes/RHISamplePipeline.pass

@@ -12,6 +12,15 @@
                     "SlotType": "InputOutput"
                     "SlotType": "InputOutput"
                 }
                 }
             ],
             ],
+            "PassData": {
+                "$type": "PassData",
+                "PipelineConnections": [
+                    {
+                        "GlobalName": "SwapChainOutput",
+                        "Slot": "SwapChainOutput"
+                    }
+                ]
+            },
             "PassRequests": [
             "PassRequests": [
                 {
                 {
                     "Name": "RHISamplePass",
                     "Name": "RHISamplePass",

+ 1 - 18
Passes/SsaoPipeline.pass

@@ -61,24 +61,7 @@
                                 "Attachment": "SwapChainOutput"
                                 "Attachment": "SwapChainOutput"
                             }
                             }
                         }
                         }
-                    ],
-                    "PassData": {
-                        "$type": "PassData",
-                        "PipelineConnections": [
-                            {
-                                "GlobalName": "Depth",
-                                "Slot": "Depth"
-                            },
-                            {
-                                "GlobalName": "DepthMSAA",
-                                "Slot": "DepthMSAA"
-                            },
-                            {
-                                "GlobalName": "DepthLinear",
-                                "Slot": "DepthLinear"
-                            }
-                        ]
-                    }
+                    ]
                 },
                 },
                 {
                 {
                     "Name": "LightCullingPass",
                     "Name": "LightCullingPass",