1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "RHISamplePipelineTemplate",
- "PassClass": "ParentPass",
- "Slots": [
- {
- "Name": "PipelineOutput",
- "SlotType": "InputOutput"
- }
- ],
- "PassData": {
- "$type": "PassData",
- "PipelineGlobalConnections": [
- {
- "GlobalName": "PipelineOutput",
- "Slot": "PipelineOutput"
- }
- ]
- },
- "PassRequests": [
- {
- "Name": "RHISamplePass",
- "TemplateName": "RHISamplePassTemplate",
- "Enabled": true
- },
- {
- "Name": "ImGuiPass",
- "TemplateName": "ImGuiPassTemplate",
- "Enabled": true,
- "Connections": [
- {
- "LocalSlot": "InputOutput",
- "AttachmentRef": {
- "Pass": "RHISamplePass",
- "Attachment": "Output"
- }
- }
- ],
- "PassData": {
- "$type": "ImGuiPassData",
- "IsDefaultImGui": true
- }
- },
- {
- "Name": "CopyToSwapChain",
- "TemplateName": "FullscreenCopyTemplate",
- "Connections": [
- {
- "LocalSlot": "Input",
- "AttachmentRef": {
- "Pass": "ImGuiPass",
- "Attachment": "InputOutput"
- }
- },
- {
- "LocalSlot": "Output",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "PipelineOutput"
- }
- }
- ]
- }
- ]
- }
- }
- }
|