12345678910111213141516171819202122232425262728293031323334 |
- {
- "Source" : "Preview.azsl",
- "DepthStencilState" : {
- "Depth" : {
- "Enable" : false
- }
- },
- "RasterState" : {
- "DepthClipEnable" : false
- },
- "GlobalTargetBlendState" : {
- "Enable" : false
- },
- "DrawList" : "auxgeom",
- "ProgramSettings":
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type": "Vertex"
- },
- {
- "name": "MainPS",
- "type": "Fragment"
- }
- ]
- }
- }
|