GS-d3d: Fix initialization shader warnings.

This commit is contained in:
lightningterror 2023-07-15 02:57:12 +02:00
parent e3593574b0
commit 65a3a97ab2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ void main(uint3 LocalThreadId : SV_GroupThreadID, uint3 WorkGroupId : SV_GroupID
#endif
// Filter.
AF3 c;
AF3 c = (float4)0.0f;
CasFilter(c.r, c.g, c.b, gxy, const0, const1, sharpenOnly);
OutputTexture[ASU2(gxy)] = AF4(c, 1);