MeshletsPassRequest.azasset 710 B

123456789101112131415161718192021222324252627
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "PassRequest",
  5. "ClassData": {
  6. "Name": "MeshletsParentPass",
  7. "TemplateName": "MeshletsParentPassTemplate",
  8. "Enabled": true,
  9. "Connections": [
  10. {
  11. "LocalSlot": "DepthStencilInputOutput",
  12. "AttachmentRef": {
  13. "Pass": "DepthPrePass",
  14. "Attachment": "Depth"
  15. }
  16. },
  17. {
  18. "LocalSlot": "RenderTargetInputOutput",
  19. "AttachmentRef": {
  20. "Pass": "OpaquePass",
  21. "Attachment": "Output"
  22. }
  23. }
  24. ]
  25. }
  26. }