1234567891011121314151617181920212223242526 |
- {
- "Source" : "UVs.azsl",
- "DepthStencilState" : {
- "Depth" : { "Enable" : true, "CompareFunc" : "GreaterEqual" }
- },
-
- // Using auxgeom draw list to avoid tonemapping
- "DrawList": "auxgeom",
- "ProgramSettings":
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type": "Vertex"
- },
- {
- "name": "MainPS",
- "type": "Fragment"
- }
- ]
- }
- }
|