ImGuiOnlyPipeline.pass 1.4 KB

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