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