![]() |
TerraLib 4.1
|
#include <glcore.h>
Public Attributes | |
| GLboolean(* | destroyContext )(__GLcontext *gc) |
| GLboolean(* | loseCurrent )(__GLcontext *gc) |
| GLboolean(* | makeCurrent )(__GLcontext *gc) |
| GLboolean(* | shareContext )(__GLcontext *gc, __GLcontext *gcShare) |
| GLboolean(* | copyContext )(__GLcontext *dst, const __GLcontext *src, GLuint mask) |
| GLboolean(* | forceCurrent )(__GLcontext *gc) |
| GLboolean(* | notifyResize )(__GLcontext *gc) |
| void(* | notifyDestroy )(__GLcontext *gc) |
| void(* | notifySwapBuffers )(__GLcontext *gc) |
| struct __GLdispatchStateRec *(* | dispatchExec )(__GLcontext *gc) |
| void(* | beginDispatchOverride )(__GLcontext *gc) |
| void(* | endDispatchOverride )(__GLcontext *gc) |
| void(* __GLexportsRec::beginDispatchOverride)(__GLcontext *gc) |
| GLboolean(* __GLexportsRec::copyContext)(__GLcontext *dst, const __GLcontext *src, GLuint mask) |
struct __GLdispatchStateRec *(* __GLexportsRec::dispatchExec)(__GLcontext *gc) [read] |
| void(* __GLexportsRec::endDispatchOverride)(__GLcontext *gc) |
| void(* __GLexportsRec::notifyDestroy)(__GLcontext *gc) |
| void(* __GLexportsRec::notifySwapBuffers)(__GLcontext *gc) |
| GLboolean(* __GLexportsRec::shareContext)(__GLcontext *gc, __GLcontext *gcShare) |