MultipleViewsDepth.shader 326 B

1234567891011121314151617181920
  1. {
  2. "Source" : "MultipleViewsDepth.azsl",
  3. "DepthStencilState" : {
  4. "Depth" : { "Enable" : true, "CompareFunc" : "LessEqual" }
  5. },
  6. "DrawList" : "forward",
  7. "ProgramSettings":
  8. {
  9. "EntryPoints":
  10. [
  11. {
  12. "name": "MainVS",
  13. "type": "Vertex"
  14. }
  15. ]
  16. }
  17. }