Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_GL_LoadLibrary(3)


SDL_GL_LoadLibrary

SDL_GL_LoadLibrary

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

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_GL_LoadLibrary(3)