mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 06:27:43 +00:00
Thermal Hot filter HLSL
This commit is contained in:
@@ -51,7 +51,7 @@ static const char* ThermalPostHLSL =
|
||||
"};\n"
|
||||
"float4 ThermalPostFunc(in VertToFrag vtf, float4 colorIn)\n"
|
||||
"{\n"
|
||||
" return extTex7.Sample(samp, vtf.extTcgs[0]).rrrr * mulColor + addColor;\n"
|
||||
" return float4(extTex7.Sample(samp, vtf.extTcgs[0]).rrr * mulColor.rgb + addColor.rgb, 1.0);\n"
|
||||
"}\n"
|
||||
"\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user