mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 12:29:18 +02:00
gl buffers refactoring
This commit is contained in:
@@ -229,8 +229,9 @@ void ui_layer::render()
|
||||
// template method implementation
|
||||
render_();
|
||||
|
||||
glBindBuffer(GL_ARRAY_BUFFER, 0);
|
||||
gl::buffer::unbind(gl::buffer::ARRAY_BUFFER);
|
||||
ImGui::Render();
|
||||
|
||||
Timer::subsystem.gfx_gui.stop();
|
||||
|
||||
#ifdef EU07_USEIMGUIIMPLOPENGL2
|
||||
|
||||
Reference in New Issue
Block a user