sdl_gl_loadlibrary(3) redhat man page | unix.com

Man Page: sdl_gl_loadlibrary

Operating Environment: redhat

Section: 3

SDL_GL_LoadLibrary(3)						 SDL API Reference					     SDL_GL_LoadLibrary(3)

NAME
SDL_GL_LoadLibrary- Specify an OpenGL library
SYNOPSIS
#include "SDL.h" int SDL_GL_LoadLibrary(const char *path);
DESCRIPTION
If you wish, you may load the OpenGL library at runtime, this must be done before SDL_SetVideoMode is called. The path of the GL library is passed to SDL_GL_LoadLibrary and it returns 0 on success, or -1 on an error. You must then use SDL_GL_GetProcAddress to retrieve function pointers to GL functions.
SEE ALSO
SDL_GL_GetProcAddress
SDL
Tue 11 Sep 2001, 23:01 SDL_GL_LoadLibrary(3)
Related Man Pages
sdl_creatergbsurface(3) - opensolaris
sdl_creatergbsurface(3) - redhat
sdl_setvideomode(3) - redhat
sdl::color(3) - suse
sdl::cookbook::opengl(3pm) - debian
Similar Topics in the Unix Linux Community
Create an unconfigured VMware host from a template that is set to do firstboot --reconfig
Retrieving previous command in a script
Docker learning Phase-I
Issue with "rsh" on RedHat
[TIP] Processing YAML files with yq