Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Is there a way to request that an OpenGL ES context is created?
Print
Pages: [
1
]
Author
Topic: Is there a way to request that an OpenGL ES context is created? (Read 3982 times)
0 Members and 1 Guest are viewing this topic.
Osbios
Newbie
Posts: 23
Is there a way to request that an OpenGL ES context is created?
«
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?
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11034
Re: Is there a way to request that an OpenGL ES context is created?
«
Reply #1 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).
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Is there a way to request that an OpenGL ES context is created?
anything