dep/reshadefx: Fix UBO reference with OpenGL
This commit is contained in:
parent
1797050f97
commit
b8ed013ec3
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue