Files
o3de/Gems/Atom/Feature/Common/Assets/Shaders/PostProcessing/MSAAResolveDepth.shader
T
2021-03-08 14:30:57 -08:00

23 lines
369 B
Plaintext

{
"Source" : "MSAAResolveDepth",
"DepthStencilState" : {
"Depth" : { "Enable" : true, "CompareFunc" : "Always" }
},
"ProgramSettings":
{
"EntryPoints":
[
{
"name": "MainVS",
"type": "Vertex"
},
{
"name": "MainPS",
"type": "Fragment"
}
]
}
}