HairDepthToLinear.pass 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "PassAsset",
  5. "ClassData": {
  6. "PassTemplate": {
  7. "Name": "HairDepthToLinearTemplate",
  8. "PassClass": "FullScreenTriangle",
  9. "Slots": [
  10. {
  11. "Name": "Input",
  12. "SlotType": "Input",
  13. "ScopeAttachmentUsage": "Shader",
  14. "ImageViewDesc": {
  15. "AspectFlags": [
  16. "Depth"
  17. ]
  18. }
  19. },
  20. {
  21. "Name": "Output",
  22. "SlotType": "Output",
  23. "ScopeAttachmentUsage": "RenderTarget",
  24. "LoadStoreAction": {
  25. "LoadAction": "DontCare"
  26. }
  27. }
  28. ],
  29. "PassData": {
  30. "$type": "FullscreenTrianglePassData",
  31. "ShaderAsset": {
  32. "FilePath": "Shaders/PostProcessing/DepthToLinearDepth.shader"
  33. },
  34. "BindViewSrg": true
  35. }
  36. }
  37. }
  38. }