Files
o3de/Gems/Atom/Feature/Common/Assets/Shaders/PostProcessing/MSAAResolveCustom.shader
T
2021-04-23 09:43:40 -07:00

25 lines
368 B
GLSL

{
"Source": "MSAAResolveCustom",
"DepthStencilState" : {
"Depth" : { "Enable" : false }
},
"ProgramSettings":
{
"EntryPoints":
[
{
"name": "MainVS",
"type": "Vertex"
},
{
"name": "MainPS",
"type": "Fragment"
}
]
},
"ProgramVariants": []
}