DiffuseProbeGridRenderPassRequest.azasset 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "PassRequest",
  5. "ClassData": {
  6. "Name": "DiffuseGlobalIlluminationPass",
  7. "TemplateName": "DiffuseGlobalIlluminationPassTemplate",
  8. "Enabled": true,
  9. "Connections": [
  10. {
  11. "LocalSlot": "DiffuseInputOutput",
  12. "AttachmentRef": {
  13. "Pass": "Forward",
  14. "Attachment": "DiffuseOutput"
  15. }
  16. },
  17. {
  18. "LocalSlot": "AlbedoInput",
  19. "AttachmentRef": {
  20. "Pass": "Forward",
  21. "Attachment": "AlbedoOutput"
  22. }
  23. },
  24. {
  25. "LocalSlot": "NormalInput",
  26. "AttachmentRef": {
  27. "Pass": "Forward",
  28. "Attachment": "NormalOutput"
  29. }
  30. },
  31. {
  32. "LocalSlot": "DepthStencilInputOutput",
  33. "AttachmentRef": {
  34. "Pass": "Forward",
  35. "Attachment": "DepthStencilInputOutput"
  36. }
  37. }
  38. ]
  39. }
  40. }