Fixed|Unix|GL: Fetching GL entrypoints
When linking against libGL, only OpenGL 1.x functionality is available.Later versions of the API (as well as extensions) need to be manuallyfetched.
This commit also bases the client's old sys_opengl.h on libgui's opengl.h.
View differences
Fixed|Unix|GL: Fetching GL entrypoints
When linking against libGL, only OpenGL 1.x functionality is available.
Later versions of the API (as well as extensions) need to be manually
fetched.
This commit also bases the client's old sys_opengl.h on libgui's opengl.h.