1234567891011121314151617181920212223242526272829303132 |
- {
- "Source" : "DeferredLighting.azsl",
- "DepthStencilState" : {
- "Depth" : { "Enable" : false }
- },
- "ProgramSettings":
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type": "Vertex"
- },
- {
- "name": "MainPS",
- "type": "Fragment"
- }
- ]
- },
- "Supervariants":
- [
- {
- "Name": "NoMSAA",
- "AddBuildArguments" : {
- "azslc": ["--no-ms"]
- }
- }
- ]
- }
|