BindlessPrototype.shader 487 B

123456789101112131415161718192021222324252627
  1. {
  2. "Source" : "BindlessPrototype.azsl",
  3. "DepthStencilState" : {
  4. "Depth" : { "Enable" : false, "CompareFunc" : "GreaterEqual" }
  5. },
  6. "DrawList" : "forward",
  7. "AddBuildArguments"
  8. : { "dxc" : ["-fspv-target-env=vulkan1.2"] },
  9. "ProgramSettings":
  10. {
  11. "EntryPoints":
  12. [
  13. {
  14. "name": "MainVS",
  15. "type": "Vertex"
  16. },
  17. {
  18. "name": "MainPS",
  19. "type": "Fragment"
  20. }
  21. ]
  22. }
  23. }