12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "FullscreenPipeline",
- "PassClass": "ParentPass",
- "Slots": [
- {
- "Name": "PipelineOutput",
- "SlotType": "InputOutput",
- "ScopeAttachmentUsage": "RenderTarget"
- }
- ],
- "PassRequests": [
- {
- "Name": "FullscreenPass",
- "TemplateName": "FullscreenPassTemplate",
- "PassData": {
- "$type": "FullscreenTrianglePassData",
- "ShaderAsset": {
- "FilePath": "Shaders/ShaderReloadTest/Temp/Fullscreen.shader"
- },
- "StencilRef": 1,
- "PipelineViewTag": "MainCamera"
- }
- },
- {
- "Name": "ImGuiPass",
- "TemplateName": "ImGuiPassTemplate",
- "Enabled": true,
- "Connections": [
- {
- "LocalSlot": "InputOutput",
- "AttachmentRef": {
- "Pass": "FullscreenPass",
- "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"
- }
- }
- ]
- }
- ]
- }
- }
- }
|