diff options
author | StapleButter <thetotalworm@gmail.com> | 2019-05-28 19:48:59 +0200 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2019-05-28 19:48:59 +0200 |
commit | 891ab9fd3c91042d5097f38107cccfb47511e5e5 (patch) | |
tree | c526af742b034e48580a413c2441ddd6334688fa /src/libui_sdl/libui/ui.h | |
parent | 23eccc943973e32a0c0bb367a4b2ba19d8e54030 (diff) |
Linux: start getting somewhere with the whole OpenGL shito
Diffstat (limited to 'src/libui_sdl/libui/ui.h')
-rw-r--r-- | src/libui_sdl/libui/ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libui_sdl/libui/ui.h b/src/libui_sdl/libui/ui.h index d2e9960..0c89d90 100644 --- a/src/libui_sdl/libui/ui.h +++ b/src/libui_sdl/libui/ui.h @@ -615,6 +615,8 @@ _UI_EXTERN uiGLContext *uiAreaGetGLContext(uiArea* a); _UI_EXTERN void uiGLMakeContextCurrent(uiGLContext* ctx); _UI_EXTERN unsigned int uiGLGetVersion(uiGLContext* ctx); _UI_EXTERN void *uiGLGetProcAddress(const char* proc); +_UI_EXTERN int uiGLGetFramebuffer(uiGLContext* ctx); +_UI_EXTERN float uiGLGetFramebufferScale(uiGLContext* ctx); _UI_EXTERN void uiGLSwapBuffers(uiGLContext* ctx); |