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