Files
o3de/Gems/Atom/Feature/Common/Assets/Shaders/Shadow/Shadowmap.shader
T
2021-03-25 13:57:57 -07:00

27 lines
418 B
Plaintext

{
"Source" : "Shadowmap",
"DepthStencilState" : {
"Depth" : { "Enable" : true, "CompareFunc" : "LessEqual" }
},
"DrawList" : "shadow",
"RasterState" :
{
"depthBias" : "10",
"depthBiasSlopeScale" : "4"
},
"ProgramSettings":
{
"EntryPoints":
[
{
"name": "MainVS",
"type": "Vertex"
}
]
}
}