4cac875589
.shader files must declare at least one entry function. Signed-off-by: garrieta <garrieta@amazon.com>
27 lines
486 B
Plaintext
27 lines
486 B
Plaintext
{
|
|
"Source" : "./DepthPass.azsl",
|
|
|
|
"RasterState": { "CullMode": "None" },
|
|
|
|
"DepthStencilState" : {
|
|
"Depth" : { "Enable" : true, "CompareFunc" : "GreaterEqual" }
|
|
},
|
|
|
|
"CompilerHints" : {
|
|
"DisableOptimizations" : false
|
|
},
|
|
|
|
"ProgramSettings" :
|
|
{
|
|
"EntryPoints":
|
|
[
|
|
{
|
|
"name": "DepthPassVS",
|
|
"type" : "Vertex"
|
|
}
|
|
]
|
|
},
|
|
|
|
"DrawList" : "depthTransparentMin"
|
|
}
|