Stacks.shader 456 B

1234567891011121314151617181920212223242526
  1. {
  2. "Source": "Stacks.azsl",
  3. "DepthStencilState": {
  4. "Depth": {
  5. "Enable": true,
  6. "CompareFunc": "GreaterEqual"
  7. }
  8. },
  9. "DrawList": "forward",
  10. "ProgramSettings": {
  11. "EntryPoints": [
  12. {
  13. "name": "MainVS",
  14. "type": "Vertex"
  15. },
  16. {
  17. "name": "MainPS",
  18. "type": "Fragment"
  19. }
  20. ]
  21. }
  22. }