aboutsummaryrefslogtreecommitdiffstats
path: root/C2J/manual/wgl-disp-var.hc
blob: 81dc2e5738e317416d7a0d83cd45760b676ec835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PROC  (CALLBACK * disp__wglGetProcAddress)(LPCSTR) = NULL;
BOOL  (CALLBACK * disp__wglCopyContext)(HGLRC, HGLRC, UINT) = NULL;
HGLRC (CALLBACK * disp__wglCreateContext)(HDC) = NULL;
HGLRC (CALLBACK * disp__wglCreateLayerContext)(HDC, int) = NULL;
BOOL  (CALLBACK * disp__wglDeleteContext)(HGLRC) = NULL;
HGLRC (CALLBACK * disp__wglGetCurrentContext)(VOID) = NULL;
HDC   (CALLBACK * disp__wglGetCurrentDC)(VOID) = NULL;
BOOL  (CALLBACK * disp__wglMakeCurrent)(HDC, HGLRC) = NULL;
BOOL  (CALLBACK * disp__wglShareLists)(HGLRC, HGLRC) = NULL;

/* NVidia support */
void* (CALLBACK * disp__wglAllocateMemoryNV)(int, float, float, float) = NULL;
void  (CALLBACK * disp__wglFreeMemoryNV)    (void*)                    = NULL;