GS: Fix fxaa bad shader on opengl.

This commit is contained in:
lightningterror 2023-03-31 10:28:23 +02:00 committed by refractionpcsx2
parent e2e2ab62f4
commit 8a06fb1840
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
in vec2 PSin_t;
layout(location = 0) out vec4 SV_Target0;
layout(binding = 0) uniform sampler2D TextureSampler;
#elif (FXAA_GLSL_VK == 1)