123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "Source" : "DiffuseProbeGridDownsample.azsl",
- "RasterState" :
- {
- "CullMode" : "Back"
- },
- "DepthStencilState" :
- {
- "Depth" :
- {
- "Enable" : true, // required to bind the depth buffer SRV
- "CompareFunc" : "Always"
- }
- },
- "DrawList" : "forward",
- "ProgramSettings":
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type": "Vertex"
- },
- {
- "name": "MainPS",
- "type": "Fragment"
- }
- ]
- },
- "Supervariants":
- [
- {
- "Name": "NoMSAA",
- "AddBuildArguments": {
- "azslc": ["--no-ms"]
- }
- }
- ]
- }
|