mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
external: Have GLAD2 also generate wgl headers
This commit is contained in:
parent
aad3b51be4
commit
e9f0ec4313
2
src/external/glad/command.sh
vendored
2
src/external/glad/command.sh
vendored
|
@ -16,7 +16,7 @@ python3 -m pip install git+https://github.com/Dav1dde/glad.git@glad2
|
|||
echo "GLAD2 generation"
|
||||
|
||||
glad --merge \
|
||||
--api='gl:core=4.5,gles2=3.2,egl=1.4,glx=1.3' \
|
||||
--api='gl:core=4.5,gles2=3.2,egl=1.4,glx=1.3,wgl=1.0' \
|
||||
--extensions=\
|
||||
EGL_ANDROID_front_buffer_auto_refresh,\
|
||||
EGL_ANDROID_get_native_client_buffer,\
|
||||
|
|
Loading…
Reference in a new issue