summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/video_core/host_shaders/fxaa.vert2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/host_shaders/fxaa.vert b/src/video_core/host_shaders/fxaa.vert
index 715fce462..01d5ff4df 100644
--- a/src/video_core/host_shaders/fxaa.vert
+++ b/src/video_core/host_shaders/fxaa.vert
@@ -15,7 +15,7 @@ layout (location = 0) out vec4 posPos;
#ifdef VULKAN
-#define BINDING_COLOR_TEXTURE 1
+#define BINDING_COLOR_TEXTURE 0
#else // ^^^ Vulkan ^^^ // vvv OpenGL vvv