SFML community forums

Help => General => Topic started by: Osbios on April 17, 2020, 03:01:51 pm

Title: Is there a way to request that an OpenGL ES context is created?
Post by: Osbios on April 17, 2020, 03:01:51 pm
The tittle says it all. Is there a way to specifically request an ES context to be created by SFML?
Title: Re: Is there a way to request that an OpenGL ES context is created?
Post by: eXpl0it3r on April 18, 2020, 09:20:02 pm
You need to build SFML with the CMake SFML_OPENGL_ES option set to true, then OpenGL ES 1.1 will be used (if available).