Image3d.shader 403 B

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