1234567891011121314151617181920212223 |
- {
- "Source" : "EditorModeBufferCopy.azsl",
-
- "DepthStencilState" : {
- "Depth" : { "Enable" : false }
- },
-
- "ProgramSettings":
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type": "Vertex"
- },
- {
- "name": "MainPS",
- "type": "Fragment"
- }
- ]
- }
- }
|