Go to the source code of this file.
Functions | |
void * | GetOpenGLFunctionPointer (char const *name) |
template<typename PWGLFunction > | |
static void | GetWGLFunction (char const *name, PWGLFunction &function) |
void | InitializeWGL () |
int __stdcall | wglGetSwapIntervalEXT (void) |
int __stdcall | wglSwapIntervalEXT (int interval) |
Variables | |
static PFNWGLGETSWAPINTERVALEXTPROC | swglGetSwapIntervalEXT = nullptr |
static PFNWGLSWAPINTERVALEXTPROC | swglSwapIntervalEXT = nullptr |
void* GetOpenGLFunctionPointer | ( | char const * | name | ) |
Definition at line 12 of file GteWGLExtensions.cpp.
|
static |
Definition at line 18 of file GteWGLExtensions.cpp.
void InitializeWGL | ( | ) |
Definition at line 57 of file GteWGLExtensions.cpp.
Definition at line 42 of file GteWGLExtensions.cpp.
Definition at line 27 of file GteWGLExtensions.cpp.
|
static |
Definition at line 25 of file GteWGLExtensions.cpp.
|
static |
Definition at line 24 of file GteWGLExtensions.cpp.