ImagePreview.shader 456 B

123456789101112131415161718192021222324252627
  1. {
  2. "Source" : "ImagePreview.azsl",
  3. "DepthStencilState" : {
  4. "Depth" : { "Enable" : false, "CompareFunc" : "GreaterEqual" }
  5. },
  6. "RasterState" : { "CullMode" : "None" },
  7. "DrawList": "forward",
  8. "ProgramSettings":
  9. {
  10. "EntryPoints":
  11. [
  12. {
  13. "name": "MainVS",
  14. "type": "Vertex"
  15. },
  16. {
  17. "name": "MainPS",
  18. "type": "Fragment"
  19. }
  20. ]
  21. }
  22. }