Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Is there a way to request that an OpenGL ES context is created?  (Read 2395 times)

0 Members and 1 Guest are viewing this topic.

Osbios

  • Newbie
  • *
  • Posts: 23
    • View Profile
The tittle says it all. Is there a way to specifically request an ES context to be created by SFML?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10800
    • View Profile
    • development blog
    • Email
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).
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/