1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "FullscreenPassTemplate",
- "PassClass": "FullScreenTriangle",
- "Slots": [
- {
- "Name": "Output",
- "SlotType": "Output",
- "ScopeAttachmentUsage": "RenderTarget",
- "LoadStoreAction": {
- "ClearValue": {
- "Value": [
- 0.0,
- 0.0,
- 0.0,
- 0.0
- ]
- },
- "LoadAction": "Clear"
- }
- }
- ],
- "ImageAttachments": [
- {
- "Name": "OutputAttachment",
- "SizeSource": {
- "Source": {
- "Pass": "Parent",
- "Attachment": "PipelineOutput"
- }
- },
- "FormatSource": {
- "Pass": "Parent",
- "Attachment": "PipelineOutput"
- }
- }
- ],
- "Connections": [
- {
- "LocalSlot": "Output",
- "AttachmentRef": {
- "Pass": "This",
- "Attachment": "OutputAttachment"
- }
- }
- ]
- }
- }
- }
|