16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 11:39:19 +02:00

viewport changes

This commit is contained in:
milek7
2019-03-12 19:21:33 +01:00
parent e85d588851
commit dba2308997
8 changed files with 86 additions and 74 deletions

View File

@@ -130,6 +130,8 @@ class opengl_renderer
// methods
bool Init(GLFWwindow *Window);
bool AddViewport(const global_settings::extraviewport_config &conf);
// main draw call. returns false on error
bool Render();
void SwapBuffers();