Penguin
Note: You are viewing an old revision of this page. View the current version.

SDL_GL_LoadLibrary?

SDL_GL_LoadLibrary?

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_GL_LoadLibrary?- Specify an OpenGL library

SYNOPSIS

#include

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?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.