23 lines
369 B
Plaintext
23 lines
369 B
Plaintext
{
|
|
"Source" : "MSAAResolveDepth",
|
|
|
|
"DepthStencilState" : {
|
|
"Depth" : { "Enable" : true, "CompareFunc" : "Always" }
|
|
},
|
|
|
|
"ProgramSettings":
|
|
{
|
|
"EntryPoints":
|
|
[
|
|
{
|
|
"name": "MainVS",
|
|
"type": "Vertex"
|
|
},
|
|
{
|
|
"name": "MainPS",
|
|
"type": "Fragment"
|
|
}
|
|
]
|
|
}
|
|
}
|