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