123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData":
- {
- "PassTemplate": {
- "Name": "DiffuseProbeGridQueryFullscreenPassTemplate",
- "PassClass": "DiffuseProbeGridQueryFullscreenPass",
- "Slots": [
- {
- "Name": "PositionInput",
- "SlotType": "InputOutput",
- "ShaderInputName": "m_queryPositions",
- "ScopeAttachmentUsage": "Shader"
- },
- {
- "Name": "DirectionInput",
- "SlotType": "InputOutput",
- "ShaderInputName": "m_queryDirections",
- "ScopeAttachmentUsage": "Shader"
- },
- {
- "Name": "Output",
- "SlotType": "Output",
- "ShaderInputName": "m_output",
- "ScopeAttachmentUsage": "Shader"
- }
- ],
- "ImageAttachments": [
- {
- "Name": "OutputImage",
- "SizeSource": {
- "Source": {
- "Pass": "This",
- "Attachment": "PositionInput"
- }
- },
- "ImageDescriptor": {
- "Format": "R16G16B16A16_FLOAT",
- "MultisampleState": {
- "samples": 1
- },
- "SharedQueueMask": "Graphics"
- }
- }
- ],
- "Connections": [
- {
- "LocalSlot": "Output",
- "AttachmentRef": {
- "Pass": "This",
- "Attachment": "OutputImage"
- }
- }
- ]
- }
- }
- }
|