SunShaftsFullScreen.shader 454 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "Source" : "SunShaftsFullScreen.azsl",
  3. "DepthStencilState" :
  4. {
  5. "Depth" :
  6. {
  7. "Enable" : false
  8. },
  9. "Stencil" :
  10. {
  11. "Enable" : false
  12. }
  13. },
  14. "ProgramSettings":
  15. {
  16. "EntryPoints":
  17. [
  18. {
  19. "name": "MainVS",
  20. "type": "Vertex"
  21. },
  22. {
  23. "name": "MainPS",
  24. "type": "Fragment"
  25. }
  26. ]
  27. }
  28. }