mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 07:05:40 +00: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…
Reference in a new issue