1234567891011121314151617181920212223242526 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassRequest",
- "ClassData": {
- "Name": "LyShinePass",
- "TemplateName": "LyShineParentTemplate",
- "Connections": [
- {
- "LocalSlot": "ColorInputOutput",
- "AttachmentRef": {
- "Pass": "AuxGeomPass",
- "Attachment": "ColorInputOutput"
- }
- },
- {
- "LocalSlot": "DepthInputOutput",
- "AttachmentRef": {
- "Pass": "DepthPrePass",
- "Attachment": "Depth"
- }
- }
- ]
- }
- }
|