4cac875589
.shader files must declare at least one entry function. Signed-off-by: garrieta <garrieta@amazon.com>
38 lines
738 B
Plaintext
38 lines
738 B
Plaintext
{
|
|
"Source": "./ShadowCatcher.azsl",
|
|
|
|
"DepthStencilState": {
|
|
"Depth": {
|
|
"Enable": true,
|
|
"CompareFunc": "GreaterEqual",
|
|
"WriteMask": "Zero"
|
|
}
|
|
},
|
|
|
|
"RasterState": { "CullMode": "None" },
|
|
|
|
"BlendState": {
|
|
"Enable": true,
|
|
"BlendSource": "AlphaSource",
|
|
"BlendDest": "AlphaSourceInverse",
|
|
"BlendOp": "Add"
|
|
},
|
|
|
|
"ProgramSettings" :
|
|
{
|
|
"EntryPoints":
|
|
[
|
|
{
|
|
"name": "ShadowCatcherVS",
|
|
"type" : "Vertex"
|
|
},
|
|
{
|
|
"name": "ShadowCatcherPS",
|
|
"type" : "Fragment"
|
|
}
|
|
]
|
|
},
|
|
|
|
"DrawList": "transparent"
|
|
}
|