27 lines
513 B
Plaintext
27 lines
513 B
Plaintext
{
|
|
"Source": "TestNormalMapping",
|
|
|
|
"DepthStencilState": {
|
|
"Depth": {
|
|
"Enable": true,
|
|
"CompareFunc": "GreaterEqual"
|
|
}
|
|
},
|
|
|
|
// Using auxgeom draw list to avoid tonemapping
|
|
"DrawList": "auxgeom",
|
|
|
|
"ProgramSettings": {
|
|
"EntryPoints": [
|
|
{
|
|
"name": "MainVS",
|
|
"type": "Vertex"
|
|
},
|
|
{
|
|
"name": "MainPS",
|
|
"type": "Fragment"
|
|
}
|
|
]
|
|
}
|
|
}
|