SunShaftsFullScreenPassRequest.azasset 991 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "PassRequest",
  5. "ClassData": {
  6. "Name": "SunShaftsFullscreenPass",
  7. "TemplateName": "SunShaftsFullScreenPassTemplate",
  8. "Enabled": true,
  9. "Connections": [
  10. {
  11. "LocalSlot": "SpecularInputOutput",
  12. "AttachmentRef": {
  13. "Pass": "ReflectionsPass",
  14. "Attachment": "SpecularInputOutput"
  15. }
  16. },
  17. {
  18. "LocalSlot": "ReflectionInputOutput",
  19. "AttachmentRef": {
  20. "Pass": "ReflectionsPass",
  21. "Attachment": "ReflectionOutput"
  22. }
  23. },
  24. {
  25. "LocalSlot": "DepthStencilInputOutput",
  26. "AttachmentRef": {
  27. "Pass": "ReflectionsPass",
  28. "Attachment": "DepthStencilInputOutput"
  29. }
  30. }
  31. ]
  32. }
  33. }