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.
o3de/Gems/Atom/Feature/Common/Assets/Shaders/Reflections/ReflectionProbeStencil.shader

61 lines
1.2 KiB
Plaintext

{
"Source" : "ReflectionProbeStencil.azsl",
"RasterState" :
{
"CullMode" : "None"
},
"DepthStencilState" :
{
"Depth" :
{
"Enable" : true,
"WriteMask" : "Zero",
"CompareFunc" : "GreaterEqual"
},
"Stencil" :
{
"Enable" : true,
"ReadMask" : "0x7F",
"WriteMask" : "0x7F",
"FrontFace" :
{
"Func" : "Less",
"DepthFailOp" : "DecrementSaturate",
"FailOp" : "Keep",
"PassOp" : "Keep"
},
"BackFace" :
{
"Func" : "Less",
"DepthFailOp" : "IncrementSaturate",
"FailOp" : "Keep",
"PassOp" : "Keep"
}
}
},
"DrawList" : "reflectionprobestencil",
"ProgramSettings":
{
"EntryPoints":
[
{
"name": "MainVS",
"type": "Vertex"
}
]
},
"Supervariants":
[
{
"Name": "NoMSAA",
"PlusArguments": "--no-ms",
"MinusArguments": ""
}
]
}