wip - import hostgl from abi v0 and adapt to abi v1/GL.library ABI
[AROS.git] / arch / all-hosted / libs / hostgl / hostgl_ctx_manager.h
blobd7af0c275ae8f613fb4804f1c35fdbb0b62ff132
1 /*
2 Copyright 2011, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef HOSTGL_CTX_MANAGER_H
7 #define HOSTGL_CTX_MANAGER_H
9 #include "hostgl_types.h"
11 GLAContext HostGL_GetCurrentContext();
12 VOID HostGL_SetCurrentContext(GLAContext ctx);
13 VOID HostGL_Lock();
14 VOID HostGL_UnLock();
15 VOID HostGL_UpdateGlobalGLXContext();
16 Display * HostGL_GetGlobalX11Display();
18 #endif /* HOSTGL_CTX_MANAGER_H */