Shader_BlendingOn.txt 641 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "Source": "HotReloadTest.azsl",
  3. "DepthStencilState": {
  4. "Depth": {
  5. "Enable": true,
  6. "CompareFunc": "GreaterEqual"
  7. }
  8. },
  9. "BlendState": {
  10. "Enable": true,
  11. "BlendSource": "AlphaSource",
  12. "BlendDest": "AlphaSourceInverse",
  13. "BlendOp": "Add"
  14. },
  15. "ProgramSettings" :
  16. {
  17. "EntryPoints":
  18. [
  19. {
  20. "name": "MainVS",
  21. "type" : "Vertex"
  22. },
  23. {
  24. "name": "MainPS",
  25. "type" : "Fragment"
  26. }
  27. ]
  28. },
  29. "DrawList": "transparent"
  30. }