1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "ReadbackPreviewPassTemplate",
- "PassClass": "FullScreenTriangle",
- "Slots": [
- {
- "Name": "Output",
- "SlotType": "InputOutput",
- "ScopeAttachmentUsage": "RenderTarget",
- "LoadStoreAction": {
- "ClearValue": {
- "Value": [
- 0.0,
- 0.0,
- 0.0,
- 0.0
- ]
- },
- "LoadAction": "Clear"
- }
- },
- {
- "Name": "Input",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "Shader",
- "ShaderInputName": "m_texture"
- }
- ],
- "ImageAttachments": [
- {
- "Name": "PreviewImage",
- "Lifetime": "Imported"
- }
- ]
- }
- }
- }
|