RHISamplePipelineXRRight.pass 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "PassAsset",
  5. "ClassData": {
  6. "PassTemplate": {
  7. "Name": "RHISamplePipelineXRRightTemplate",
  8. "PassClass": "ParentPass",
  9. "Slots": [
  10. {
  11. "Name": "PipelineOutput",
  12. "SlotType": "InputOutput"
  13. }
  14. ],
  15. "PassData": {
  16. "$type": "PassData",
  17. "PipelineGlobalConnections": [
  18. {
  19. "GlobalName": "PipelineOutput",
  20. "Slot": "PipelineOutput"
  21. }
  22. ]
  23. },
  24. "PassRequests": [
  25. {
  26. "Name": "RHISamplePass",
  27. "TemplateName": "RHISamplePassTemplate",
  28. "Enabled": true
  29. },
  30. {
  31. "Name": "ImGuiPass",
  32. "TemplateName": "ImGuiPassTemplate",
  33. "Enabled": true,
  34. "Connections": [
  35. {
  36. "LocalSlot": "InputOutput",
  37. "AttachmentRef": {
  38. "Pass": "RHISamplePass",
  39. "Attachment": "Output"
  40. }
  41. }
  42. ],
  43. "PassData": {
  44. "$type": "ImGuiPassData",
  45. "IsDefaultImGui": true
  46. }
  47. },
  48. {
  49. "Name": "CopyToSwapChain",
  50. "TemplateName": "FullscreenCopyTemplate",
  51. "Connections": [
  52. {
  53. "LocalSlot": "Input",
  54. "AttachmentRef": {
  55. "Pass": "ImGuiPass",
  56. "Attachment": "InputOutput"
  57. }
  58. },
  59. {
  60. "LocalSlot": "Output",
  61. "AttachmentRef": {
  62. "Pass": "Parent",
  63. "Attachment": "PipelineOutput"
  64. }
  65. }
  66. ]
  67. }
  68. ]
  69. }
  70. }
  71. }