mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 14:15:45 -04:00
dep/reshadefx: Fix UBO reference with OpenGL
This commit is contained in:
@ -108,7 +108,7 @@ private:
|
||||
}
|
||||
else
|
||||
{
|
||||
preamble += "layout(std140, binding = 1) uniform _Globals {\n" + _ubo_block + "};\n";
|
||||
preamble += "layout(std140, binding = 0) uniform _Globals {\n" + _ubo_block + "};\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user