Shared opengl context

This commit is contained in:
2022-02-01 20:50:25 +00:00
parent 549753d0c2
commit 0cd3fd4bb3
4 changed files with 20 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ enum RenderMode {
OBJECTPICKER
};
void openglInit(struct mSDLWindow *window);
void openglInit();
void openglRender(struct mSDLWindow *window, struct mCamera *camera);
void openglInit3d(struct mSDLWindow *window);