PipelineRenderToTextureROSColor.pass 992 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "PassAsset",
  5. "ClassData": {
  6. "PassTemplate": {
  7. "Name": "PipelineRenderToTextureROSColor",
  8. "PassClass": "RenderToTexturePass",
  9. "PassData": {
  10. "$type": "RenderToTexturePassData",
  11. "OutputWidth": 512,
  12. "OutputHeight": 512,
  13. "OutputFormat": "R8G8B8A8_UNORM"
  14. },
  15. "PassRequests": [
  16. {
  17. "Name": "Pipeline",
  18. "TemplateName": "PipelineROSColor",
  19. "Connections": [
  20. {
  21. "LocalSlot": "PipelineOutput",
  22. "AttachmentRef": {
  23. "Pass": "Parent",
  24. "Attachment": "Output"
  25. }
  26. }
  27. ]
  28. }
  29. ]
  30. }
  31. }
  32. }