mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-16 22:48:36 +00:00
gsdx-ogl: BindBufferBase also bind to the generic binding point
This commit is contained in:
parent
16377f7249
commit
58bd645d49
@ -53,6 +53,9 @@ public:
|
||||
|
||||
void attach()
|
||||
{
|
||||
// From the opengl manpage:
|
||||
// glBindBufferBase also binds buffer to the generic buffer binding point specified by target
|
||||
GLState::ubo = buffer;
|
||||
gl_BindBufferBase(GL_UNIFORM_BUFFER, index, buffer);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user