7ba9926202
Fixed an issue where the shader builder would incorrectly succeed when the .azsl file is missing. Also renamed some variables for more consistency. Updated all .shader files accordingly. Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
37 lines
623 B
Plaintext
37 lines
623 B
Plaintext
{
|
|
"Source" : "LuminanceHeatmap.azsl",
|
|
|
|
"DepthStencilState" : {
|
|
"Depth" : { "Enable" : false }
|
|
},
|
|
|
|
"BlendState" : {
|
|
"Enable" : true,
|
|
"BlendSource" : "AlphaSource",
|
|
"BlendDest" : "AlphaSourceInverse",
|
|
"BlendOp" : "Add"
|
|
},
|
|
|
|
"DrawList" : "forward",
|
|
|
|
"CompilerHints":
|
|
{
|
|
"DisableOptimizations":false
|
|
},
|
|
|
|
"ProgramSettings":
|
|
{
|
|
"EntryPoints":
|
|
[
|
|
{
|
|
"name": "MainVS",
|
|
"type": "Vertex"
|
|
},
|
|
{
|
|
"name": "MainPS",
|
|
"type": "Fragment"
|
|
}
|
|
]
|
|
}
|
|
}
|