26#ifndef _ACF_UTILS_GLCTX_H_
27#define _ACF_UTILS_GLCTX_H_
110 int major_ver,
int minor_ver, bool_t fwd_compat, bool_t debug);
API_EXPORT void * glctx_get_window_system_handle(glctx_t *ctx)
API_EXPORT void * glctx_get_handle(const glctx_t *ctx)
API_EXPORT glctx_t * glctx_get_current(void)
API_EXPORT void glctx_destroy(glctx_t *ctx)
API_EXPORT void * glctx_get_xplane_win_ptr(void)
API_EXPORT bool_t glctx_is_current(glctx_t *ctx)
API_EXPORT glctx_t * glctx_create_invisible(void *win_ptr, glctx_t *share_ctx, int major_ver, int minor_ver, bool_t fwd_compat, bool_t debug)
API_EXPORT bool_t glctx_make_current(glctx_t *ctx)