hints: Reformatted some documentation that got mangled.
[ci skip]
This commit is contained in:
@@ -3014,11 +3014,13 @@ extern "C" {
|
|||||||
* whether SDL follows this default behaviour or will always load an OpenGL ES
|
* whether SDL follows this default behaviour or will always load an OpenGL ES
|
||||||
* library.
|
* library.
|
||||||
*
|
*
|
||||||
* Circumstances where this is useful include - Testing an app with a
|
* Circumstances where this is useful include:
|
||||||
* particular OpenGL ES implementation, e.g ANGLE, or emulator, e.g. those
|
*
|
||||||
* from ARM, Imagination or Qualcomm. - Resolving OpenGL ES function addresses
|
* - Testing an app with a particular OpenGL ES implementation, e.g ANGLE, or
|
||||||
* at link time by linking with the OpenGL ES library instead of querying them
|
* emulator, e.g. those from ARM, Imagination or Qualcomm.
|
||||||
* at run time with SDL_GL_GetProcAddress().
|
* - Resolving OpenGL ES function addresses at link time by linking with the
|
||||||
|
* OpenGL ES library instead of querying them at run time with
|
||||||
|
* 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 must query the OpenGL ES function addresses at
|
* different OpenGL drivers it must query the OpenGL ES function addresses at
|
||||||
|
|||||||
Reference in New Issue
Block a user