| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "Source": "HotReloadTest.azsl",
- "DepthStencilState": {
- "Depth": {
- "Enable": true,
- "CompareFunc": "GreaterEqual"
- }
- },
- "BlendState": {
- "Enable": false,
- "BlendSource": "AlphaSource",
- "BlendDest": "AlphaSourceInverse",
- "BlendOp": "Add"
- },
- "ProgramSettings" :
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type" : "Vertex"
- },
- {
- "name": "MainPS",
- "type" : "Fragment"
- }
- ]
- },
- "DrawList": "transparent"
- }
|