LyShinePassRequest.azasset 670 B

1234567891011121314151617181920212223242526
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "PassRequest",
  5. "ClassData": {
  6. "Name": "LyShinePass",
  7. "TemplateName": "LyShineParentTemplate",
  8. "Connections": [
  9. {
  10. "LocalSlot": "ColorInputOutput",
  11. "AttachmentRef": {
  12. "Pass": "AuxGeomPass",
  13. "Attachment": "ColorInputOutput"
  14. }
  15. },
  16. {
  17. "LocalSlot": "DepthInputOutput",
  18. "AttachmentRef": {
  19. "Pass": "DepthPrePass",
  20. "Attachment": "Depth"
  21. }
  22. }
  23. ]
  24. }
  25. }