DiffuseProbeGridVisualizationComposite.shader 707 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "Source" : "DiffuseProbeGridVisualizationComposite.azsl",
  3. "RasterState" :
  4. {
  5. "CullMode" : "Back"
  6. },
  7. "DepthStencilState" :
  8. {
  9. "Depth" :
  10. {
  11. "Enable" : false
  12. }
  13. },
  14. "DrawList" : "forward",
  15. "ProgramSettings":
  16. {
  17. "EntryPoints":
  18. [
  19. {
  20. "name": "MainVS",
  21. "type": "Vertex"
  22. },
  23. {
  24. "name": "MainPS",
  25. "type": "Fragment"
  26. }
  27. ]
  28. },
  29. "Supervariants":
  30. [
  31. {
  32. "Name": "NoMSAA",
  33. "AddBuildArguments": {
  34. "azslc": ["--no-ms"]
  35. }
  36. }
  37. ]
  38. }