123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "MultiGPUCompositePassTemplate",
- "PassClass": "FullScreenTriangle",
- "Slots": [
- {
- "Name": "Input1",
- "ShaderInputName": "m_image1",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "Shader"
- },
- {
- "Name": "Input2",
- "ShaderInputName": "m_image2",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "Shader"
- },
- {
- "Name": "Output",
- "SlotType": "Output",
- "ScopeAttachmentUsage": "RenderTarget"
- }
- ],
- "ImageAttachments": [
- {
- "Name": "OutputAttachment",
- "SizeSource": {
- "Source": {
- "Pass": "Parent",
- "Attachment": "PipelineOutput"
- }
- },
- "FormatSource": {
- "Pass": "Parent",
- "Attachment": "PipelineOutput"
- }
- }
- ],
- "Connections": [
- {
- "LocalSlot": "Output",
- "AttachmentRef": {
- "Pass": "This",
- "Attachment": "OutputAttachment"
- }
- }
- ]
- }
- }
- }
|