Normalized endlines.
This commit is contained in:
parent
3fd51aa2cc
commit
cb03224602
1 changed files with 11 additions and 11 deletions
|
@ -154,19 +154,19 @@ this determining the CAPS LOCK behavior:
|
||||||
OpenGL problems
|
OpenGL problems
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
If you have desktop OpenGL headers installed at build time in your RPi or cross
|
If you have desktop OpenGL headers installed at build time in your RPi or cross
|
||||||
compilation environment, support for it will be built in. However, the chipset
|
compilation environment, support for it will be built in. However, the chipset
|
||||||
does not actually have support for it, which causes issues in certain SDL apps
|
does not actually have support for it, which causes issues in certain SDL apps
|
||||||
since the presence of OpenGL support supersedes the ES/ES2 variants.
|
since the presence of OpenGL support supersedes the ES/ES2 variants.
|
||||||
The workaround is to disable OpenGL at configuration time:
|
The workaround is to disable OpenGL at configuration time:
|
||||||
|
|
||||||
./configure --disable-video-opengl
|
./configure --disable-video-opengl
|
||||||
|
|
||||||
Or if the application uses the Render functions, you can use the SDL_RENDER_DRIVER
|
Or if the application uses the Render functions, you can use the SDL_RENDER_DRIVER
|
||||||
environment variable:
|
environment variable:
|
||||||
|
|
||||||
export SDL_RENDER_DRIVER=opengles2
|
export SDL_RENDER_DRIVER=opengles2
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
Notes
|
Notes
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue