1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "Source" : "DiffuseProbeGridVisualizationComposite.azsl",
- "RasterState" :
- {
- "CullMode" : "Back"
- },
- "DepthStencilState" :
- {
- "Depth" :
- {
- "Enable" : false
- }
- },
- "DrawList" : "forward",
- "ProgramSettings":
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type": "Vertex"
- },
- {
- "name": "MainPS",
- "type": "Fragment"
- }
- ]
- },
- "Supervariants":
- [
- {
- "Name": "NoMSAA",
- "AddBuildArguments": {
- "azslc": ["--no-ms"]
- }
- }
- ]
- }
|