mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
glsl: use const in for params
This commit is contained in:
parent
8e8b582747
commit
00c9321b1d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue