12345678910111213141516171819202122232425 |
- {
- "Source" : "ImageMips.azsl",
- "DepthStencilState" : {
- "Depth" : { "Enable" : false, "CompareFunc" : "GreaterEqual" }
- },
- "DrawList" : "forward",
- "ProgramSettings":
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type": "Vertex"
- },
- {
- "name": "MainPS",
- "type": "Fragment"
- }
- ]
- }
-
- }
|