We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af814cb commit 084dbb8Copy full SHA for 084dbb8
package/Shaders/GaussianComposite.shader
@@ -35,7 +35,6 @@ Texture2D _GaussianSplatRT;
35
half4 frag (v2f i) : SV_Target
36
{
37
half4 col = _GaussianSplatRT.Load(int3(i.vertex.xy, 0));
38
- col.a = saturate(col.a);
39
return float4(GammaToLinearSpace(col.rgb/col.a),col.a);
40
}
41
ENDCG
0 commit comments