|
@@ -8,7 +8,7 @@
|
|
"PassClass": "ParentPass",
|
|
"PassClass": "ParentPass",
|
|
"Slots": [
|
|
"Slots": [
|
|
{
|
|
{
|
|
- "Name": "SwapChainOutput",
|
|
|
|
|
|
+ "Name": "PipelineOutput",
|
|
"SlotType": "InputOutput"
|
|
"SlotType": "InputOutput"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
@@ -16,8 +16,8 @@
|
|
"$type": "PassData",
|
|
"$type": "PassData",
|
|
"PipelineGlobalConnections": [
|
|
"PipelineGlobalConnections": [
|
|
{
|
|
{
|
|
- "GlobalName": "SwapChainOutput",
|
|
|
|
- "Slot": "SwapChainOutput"
|
|
|
|
|
|
+ "GlobalName": "PipelineOutput",
|
|
|
|
+ "Slot": "PipelineOutput"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -25,10 +25,7 @@
|
|
{
|
|
{
|
|
"Name": "RHISamplePass",
|
|
"Name": "RHISamplePass",
|
|
"TemplateName": "RHISamplePassTemplate",
|
|
"TemplateName": "RHISamplePassTemplate",
|
|
- "Enabled": true,
|
|
|
|
- "ExecuteAfter": [
|
|
|
|
- "BeginXRPass"
|
|
|
|
- ]
|
|
|
|
|
|
+ "Enabled": true
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"Name": "ImGuiPass",
|
|
"Name": "ImGuiPass",
|
|
@@ -63,7 +60,7 @@
|
|
"LocalSlot": "Output",
|
|
"LocalSlot": "Output",
|
|
"AttachmentRef": {
|
|
"AttachmentRef": {
|
|
"Pass": "Parent",
|
|
"Pass": "Parent",
|
|
- "Attachment": "SwapChainOutput"
|
|
|
|
|
|
+ "Attachment": "PipelineOutput"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|