2
0

DummyTransformColor.shader 412 B

123456789101112131415161718192021222324
  1. {
  2. // See AZSL file for comments
  3. "Source" : "DummyTransformColor.azsl",
  4. "DepthStencilState" : {
  5. "Depth" : { "Enable" : true, "CompareFunc" : "Equal" }
  6. },
  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. }