123456789101112131415161718192021222324252627282930 |
- {
- "Source": "TexturedSurface.azsl",
- "DepthStencilState": {
- "Depth": {
- "Enable": true,
- "CompareFunc": "LessEqual"
- },
- "Stencil" : {
- "Enable": false
- }
- },
- "DrawList" : "forward",
- "ProgramSettings":
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type": "Vertex"
- },
- {
- "name": "MainPS",
- "type": "Fragment"
- }
- ]
- }
- }
|