1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "RHISamplePassTemplate",
- "PassClass": "RHISamplePass",
- "Slots": [
- {
- "Name": "Output",
- "SlotType": "Output",
- "ScopeAttachmentUsage": "RenderTarget",
- "LoadStoreAction": {
- "ClearValue": {
- "Value": [
- 0.5,
- 0.5,
- 0.5,
- {}
- ]
- },
- "LoadAction": "Clear"
- }
- }
- ],
- "ImageAttachments": [
- {
- "Name": "OutputImage",
- "SizeSource": {
- "Source": {
- "Pass": "Parent",
- "Attachment": "PipelineOutput"
- }
- },
- "ImageDescriptor": {
- "Format": "R8G8B8A8_UNORM",
- "SharedQueueMask": "Graphics"
- }
- }
- ],
- "Connections": [
- {
- "LocalSlot": "Output",
- "AttachmentRef": {
- "Pass": "This",
- "Attachment": "OutputImage"
- }
- }
- ]
- }
- }
- }
|