14 return wglGetProcAddress(name);
17 template <
typename PWGLFunction>
20 function = (PWGLFunction)wglGetProcAddress(name);
static PFNWGLGETSWAPINTERVALEXTPROC swglGetSwapIntervalEXT
GLuint const GLchar * name
int __stdcall wglGetSwapIntervalEXT(void)
int __stdcall wglSwapIntervalEXT(int interval)
static PFNWGLSWAPINTERVALEXTPROC swglSwapIntervalEXT
void * GetOpenGLFunctionPointer(char const *name)
static void GetWGLFunction(char const *name, PWGLFunction &function)