| 1234567891011121314151617181920212223242526 |
- {
- "Source" : "AsyncComputeShadow.azsl",
- "DepthStencilState" : {
- "Depth" : { "Enable" : true, "CompareFunc" : "LessEqual" }
- },
- "AddBuildArguments": {
- "debug": true
- },
- "ProgramSettings":
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type": "Vertex"
- },
- {
- "name": "MainPS",
- "type": "Fragment"
- }
- ]
- }
- }
|