ReadbackPipeline.pass 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "PassAsset",
  5. "ClassData": {
  6. "PassTemplate": {
  7. "Name": "ReadbackPipelineTemplate",
  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": "ImGuiPass",
  27. "TemplateName": "ImGuiPassTemplate",
  28. "Enabled": true,
  29. "Connections": [
  30. {
  31. "LocalSlot": "InputOutput",
  32. "AttachmentRef": {
  33. "Pass": "Parent",
  34. "Attachment": "PipelineOutput"
  35. }
  36. }
  37. ],
  38. "PassData": {
  39. "$type": "ImGuiPassData",
  40. "IsDefaultImGui": true
  41. }
  42. }
  43. ]
  44. }
  45. }
  46. }