mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Load GLX dynamically with GLAD
This is accomplished through the addition of a GLAD GLX loader in the `thirdparty` directory. This is another step towards a nice Wayland/X11 interoperation.
This commit is contained in:
parent
91fcc3986e
commit
dc2919d57b
7 changed files with 1028 additions and 28 deletions
|
|
@ -356,7 +356,6 @@ def configure(env: "Environment"):
|
|||
|
||||
if env["opengl3"]:
|
||||
env.Append(CPPDEFINES=["GLES3_ENABLED"])
|
||||
env.ParseConfig("pkg-config gl --cflags --libs")
|
||||
|
||||
env.Append(LIBS=["pthread"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue