yquake2remaster/src/backends
Yamagi Burmeister 602dd1af6f Connect non-base OpenGL function by calling wglGetProcAddress() on Windows
This is necessary since non-base OpenGL functions can't be connected by
calling the standard GetProcAddress() on Windows. To archive this the
old qwglGetProcAdress() is renamed into GetProcAdressGL() and a new
function pointer qwglGetProcAdress is introduced. On unixoid System it's
NULL and on Windows connected to wglGetProcAddress(). If it's NULL the
system wide function is called, if not the function Pointer is used.
2012-08-03 15:14:45 +02:00
..
generic Connect non-base OpenGL function by calling wglGetProcAddress() on Windows 2012-08-03 15:14:45 +02:00
sdl Merge vid.c into 1 generic file 2012-08-01 16:54:09 +02:00
unix Do not hide library loading errors behind "developer" 2012-08-03 15:13:58 +02:00
windows Do not hide library loading errors behind "developer" 2012-08-03 15:13:58 +02:00