|
| typedef void(* | GLADapiproc) (void) |
| typedef GLADapiproc(* | GLADloadfunc) (const char *name) |
| typedef void(* | GLADpostcallback) (void *ret, const char *name, GLADapiproc apiproc, int len_args,...) |
| typedef void(* | GLADprecallback) (const char *name, GLADapiproc apiproc, int len_args,...) |
| typedef GLADapiproc(* | GLADuserptrloadfunc) (void *userptr, const char *name) |
| typedef struct _GPU_DEVICE | GPU_DEVICE |
| typedef int(* | PFNCHOOSEPIXELFORMATPROC) (HDC hDc, const PIXELFORMATDESCRIPTOR *pPfd) |
| typedef int(* | PFNDESCRIBEPIXELFORMATPROC) (HDC hdc, int ipfd, UINT cjpfd, PIXELFORMATDESCRIPTOR *ppfd) |
| typedef UINT(* | PFNGETENHMETAFILEPIXELFORMATPROC) (HENHMETAFILE hemf, UINT cbBuffer, PIXELFORMATDESCRIPTOR *ppfd) |
| typedef int(* | PFNGETPIXELFORMATPROC) (HDC hdc) |
| typedef BOOL(* | PFNSETPIXELFORMATPROC) (HDC hdc, int ipfd, const PIXELFORMATDESCRIPTOR *ppfd) |
| typedef BOOL(* | PFNSWAPBUFFERSPROC) (HDC hdc) |
| typedef BOOL(* | PFNWGLCOPYCONTEXTPROC) (HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask) |
| typedef HGLRC(* | PFNWGLCREATECONTEXTPROC) (HDC hDc) |
| typedef HGLRC(* | PFNWGLCREATELAYERCONTEXTPROC) (HDC hDc, int level) |
| typedef BOOL(* | PFNWGLDELETECONTEXTPROC) (HGLRC oldContext) |
| typedef BOOL(* | PFNWGLDESCRIBELAYERPLANEPROC) (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, LAYERPLANEDESCRIPTOR *plpd) |
| typedef HGLRC(* | PFNWGLGETCURRENTCONTEXTPROC) (void) |
| typedef HDC(* | PFNWGLGETCURRENTDCPROC) (void) |
| typedef const char *(* | PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc) |
| typedef const char *(* | PFNWGLGETEXTENSIONSSTRINGEXTPROC) (void) |
| typedef int(* | PFNWGLGETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) |
| typedef PROC(* | PFNWGLGETPROCADDRESSPROC) (LPCSTR lpszProc) |
| typedef BOOL(* | PFNWGLMAKECURRENTPROC) (HDC hDc, HGLRC newContext) |
| typedef BOOL(* | PFNWGLREALIZELAYERPALETTEPROC) (HDC hdc, int iLayerPlane, BOOL bRealize) |
| typedef int(* | PFNWGLSETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr) |
| typedef BOOL(* | PFNWGLSHARELISTSPROC) (HGLRC hrcSrvShare, HGLRC hrcSrvSource) |
| typedef BOOL(* | PFNWGLSWAPLAYERBUFFERSPROC) (HDC hdc, UINT fuFlags) |
| typedef BOOL(* | PFNWGLUSEFONTBITMAPSAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase) |
| typedef BOOL(* | PFNWGLUSEFONTBITMAPSPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase) |
| typedef BOOL(* | PFNWGLUSEFONTBITMAPSWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase) |
| typedef BOOL(* | PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) |
| typedef BOOL(* | PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) |
| typedef BOOL(* | PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) |
| typedef struct _GPU_DEVICE * | PGPU_DEVICE |