123456789101112131415161718192021222324 |
- {
- // See AZSL file for comments
-
- "Source" : "DummyTransformColor.azsl",
- "DepthStencilState" : {
- "Depth" : { "Enable" : true, "CompareFunc" : "Equal" }
- },
- "ProgramSettings":
- {
- "EntryPoints":
- [
- {
- "name": "MainVS",
- "type": "Vertex"
- },
- {
- "name": "MainPS",
- "type": "Fragment"
- }
- ]
- }
- }
|