2 Copyright 2011-2015, The AROS Development Team. All rights reserved.
6 #include "hostgl_ctx_manager.h"
7 #include <proto/exec.h>
9 /*****************************************************************************
13 GLAContext
glAGetCurrentContext(
19 Returns the currently selected GL rendering context.
24 The GL rendering context which is currently active.
32 *****************************************************************************/
34 return HostGL_GetCurrentContext();