OpenXrSample.shader 393 B

1234567891011121314151617181920212223
  1. {
  2. "Source" : "OpenXrSample.azsl",
  3. "DepthStencilState" : {
  4. "Depth" : { "Enable" : false, "CompareFunc" : "Less" }
  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. }