| 1234567891011121314151617181920212223242526 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassRequest",
- "ClassData": {
- "Name": "DiffuseProbeGridVisualizationPass",
- "TemplateName": "DiffuseProbeGridVisualizationPassTemplate",
- "Enabled": true,
- "Connections": [
- {
- "LocalSlot": "ColorInputOutput",
- "AttachmentRef": {
- "Pass": "PostProcessPass",
- "Attachment": "Output"
- }
- },
- {
- "LocalSlot": "DepthInput",
- "AttachmentRef": {
- "Pass": "DepthPrePass",
- "Attachment": "Depth"
- }
- }
- ]
- }
- }
|