Replaced glLoadGen loader with glad loader and dynamically load EGL and GLES extensions as is done for desktop GL.
This commit is contained in:
parent
f2b8e6397b
commit
2eb70c6537
44 changed files with 35003 additions and 3965 deletions
|
@ -7,4 +7,4 @@ set(SRC ${SRCROOT}/X11.cpp)
|
|||
# define the X11 target
|
||||
sfml_add_example(X11Example GUI_APP
|
||||
SOURCES ${SRC}
|
||||
DEPENDS sfml-window OpenGL X11)
|
||||
DEPENDS sfml-window X11)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue