mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-03-03 05:54:19 +01:00
Fixed doxygen warning and linking of function names.
This commit is contained in:
parent
a812b4eb37
commit
06d1d945cc
@ -759,11 +759,11 @@ extern "C" {
|
|||||||
* or emulator, e.g. those from ARM, Imagination or Qualcomm.
|
* or emulator, e.g. those from ARM, Imagination or Qualcomm.
|
||||||
* - Resolving OpenGL ES function addresses at link time by linking with
|
* - Resolving OpenGL ES function addresses at link time by linking with
|
||||||
* the OpenGL ES library instead of querying them at run time with
|
* the OpenGL ES library instead of querying them at run time with
|
||||||
* SDL_GL_GetProcAddress.
|
* SDL_GL_GetProcAddress().
|
||||||
*
|
*
|
||||||
* Caution: for an application to work with the default behaviour across
|
* Caution: for an application to work with the default behaviour across
|
||||||
* different OpenGL drivers it \i must query the OpenGL ES function
|
* different OpenGL drivers it must query the OpenGL ES function
|
||||||
* addresses at run time using SDL_GL_GetProcAddress.
|
* addresses at run time using SDL_GL_GetProcAddress().
|
||||||
*
|
*
|
||||||
* This variable is ignored on most platforms because OpenGL ES is native
|
* This variable is ignored on most platforms because OpenGL ES is native
|
||||||
* or not supported.
|
* or not supported.
|
||||||
|
Loading…
Reference in New Issue
Block a user