| 1234567891011121314151617181920 |
- {
- "Source" : "MultipleViewsDepth.azsl",
- "DepthStencilState" : {
- "Depth" : { "Enable" : true, "CompareFunc" : "LessEqual" }
- },
- "DrawList" : "forward",
- "ProgramSettings":
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type": "Vertex"
- }
- ]
- }
- }
|