You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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"
|
|
}
|