Files
o3de/Gems/Atom/Feature/Common/Assets/Shaders/Reflections/ReflectionProbeRenderInner.shader
santorac 7ba9926202 The .shader file must now include the .azsl extension when referencing a .azsl file. It will no longer be automatically appended.
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>
2021-10-22 11:10:37 -07:00

56 lines
1.0 KiB
Plaintext

{
"Source" : "ReflectionProbeRenderInner.azsl",
"RasterState" :
{
"CullMode" : "Front"
},
"DepthStencilState" :
{
"Depth" :
{
"Enable" : false
},
"Stencil" :
{
"Enable" : true,
"ReadMask" : "0x7F",
"WriteMask" : "0x00",
"BackFace" :
{
"Func" : "LessEqual",
"DepthFailOp" : "Keep",
"FailOp" : "Keep",
"PassOp" : "Keep"
}
}
},
"DrawList" : "reflectionproberenderinner",
"ProgramSettings":
{
"EntryPoints":
[
{
"name": "MainVS",
"type": "Vertex"
},
{
"name": "MainPS",
"type": "Fragment"
}
]
},
"Supervariants":
[
{
"Name": "NoMSAA",
"PlusArguments": "--no-ms",
"MinusArguments": ""
}
]
}