diff --git a/rpcs3/Emu/RSX/Program/GLSLSnippets/VideoOutCalibrationPass.glsl b/rpcs3/Emu/RSX/Program/GLSLSnippets/VideoOutCalibrationPass.glsl index 0715c6ebe6..8db4418cba 100644 --- a/rpcs3/Emu/RSX/Program/GLSLSnippets/VideoOutCalibrationPass.glsl +++ b/rpcs3/Emu/RSX/Program/GLSLSnippets/VideoOutCalibrationPass.glsl @@ -47,7 +47,7 @@ uniform int stereo_image_count; uniform int height; #endif -vec4 anaglyph(vec4 left, vec4 right) +vec4 anaglyph(const in vec4 left, const in vec4 right) { switch (stereo_display_mode) {