1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "MultiGPUCopyBufferToImagePassTemplate",
- "PassClass": "CopyPass",
- "Slots": [
- {
- "Name": "Input",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "Copy",
- "BufferViewDesc": {
- "m_elementOffset": 0,
- "m_elementCount": 153600,
- "m_elementSize": 4
- }
- },
- {
- "Name": "Output",
- "SlotType": "Output",
- "ScopeAttachmentUsage": "Copy"
- }
- ],
- "ImageAttachments": [
- {
- "Name": "OutputAttachment",
- "ImageDescriptor": {
- "Format": "R8G8B8A8_UNORM",
- "Size": {
- "Width": 320,
- "Height": 480,
- "Depth": 1
- }
- }
- }
- ],
- "Connections": [
- {
- "LocalSlot": "Output",
- "AttachmentRef": {
- "Pass": "This",
- "Attachment": "OutputAttachment"
- }
- }
- ]
- }
- }
- }
|