mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 21:32:50 +00:00
glsl: use const in for params
This commit is contained in:
parent
8e8b582747
commit
00c9321b1d
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user