InputAssemblyDraw.shader 489 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "Source": "InputAssemblyDraw.azsl",
  3. "DepthStencilState": {
  4. "Depth": {
  5. "Enable": false,
  6. "CompareFunc": "GreaterEqual"
  7. }
  8. },
  9. "RasterState" :{
  10. "cullMode" : "Front"
  11. },
  12. "DrawList" : "forward",
  13. "ProgramSettings":
  14. {
  15. "EntryPoints":
  16. [
  17. {
  18. "name": "MainVS",
  19. "type": "Vertex"
  20. },
  21. {
  22. "name": "MainPS",
  23. "type": "Fragment"
  24. }
  25. ]
  26. }
  27. }