X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=sdlgles%2Fsrc%2FSDL_gles.h;h=a0796017bfa2def240572519d956c5acd650b108;hb=c1c98c7a0952641919bb763ef5ff41692c630918;hp=9f7433993657e0dfc7cd1e8704ce630313db4b47;hpb=c5cfae52225227919881e24c7b3547a6a58af1ea;p=sdlhildon diff --git a/sdlgles/src/SDL_gles.h b/sdlgles/src/SDL_gles.h index 9f74339..a079601 100644 --- a/sdlgles/src/SDL_gles.h +++ b/sdlgles/src/SDL_gles.h @@ -46,10 +46,9 @@ extern DECLSPEC int SDLCALL SDL_GLES_Init(SDL_GLES_Version version); */ extern DECLSPEC void SDLCALL SDL_GLES_Quit(); -/* Equivalent to SDL/GL ones. Untested. */ /** Call before calling GetProcAddress. Dynamically loads a GLES library. * @param path full path to the library to load, or leave as NULL to load - * the default GL ES library to the version specified in SDL_GLES_Init(). + * the default GL ES library (version as specified in SDL_GLES_Init()). * @return 0 if everything went OK. */ extern DECLSPEC int SDLCALL SDL_GLES_LoadLibrary(const char *path);