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