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