aboutsummaryrefslogtreecommitdiffstats
path: root/C2J/manual/wgl-disp-var.h
blob: 8bf14ce831726a7b596ca9e4eefa7e47b1e6a901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

LIBAPI PROC  (CALLBACK * disp__wglGetProcAddress)(LPCSTR);
LIBAPI BOOL  (CALLBACK * disp__wglCopyContext)(HGLRC, HGLRC, UINT);
LIBAPI HGLRC (CALLBACK * disp__wglCreateContext)(HDC);
LIBAPI HGLRC (CALLBACK * disp__wglCreateLayerContext)(HDC, int);
LIBAPI BOOL  (CALLBACK * disp__wglDeleteContext)(HGLRC);
LIBAPI HGLRC (CALLBACK * disp__wglGetCurrentContext)(VOID);
LIBAPI HDC   (CALLBACK * disp__wglGetCurrentDC)(VOID);
LIBAPI BOOL  (CALLBACK * disp__wglMakeCurrent)(HDC, HGLRC);
LIBAPI BOOL  (CALLBACK * disp__wglShareLists)(HGLRC, HGLRC);

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