summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoe Hao Cheng <haochengho12907@gmail.com>2023-03-27 22:59:01 +0800
committerErik Faye-Lund <erik.faye-lund@collabora.com>2023-03-29 08:51:34 +0000
commita9f16d6430e0973a26fab1fa684349deccb3a95c (patch)
tree04f68ed5f84dac9b1269a61d446d97e5f94b200b
parent1bf0690e75ce79b48664656381db760e40702701 (diff)
downloadmesa-demos-a9f16d6430e0973a26fab1fa684349deccb3a95c.tar.gz
glad: update instructions for generating files in README
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
-rw-r--r--src/glad/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/glad/README.md b/src/glad/README.md
index 9cec2111..b4566a31 100644
--- a/src/glad/README.md
+++ b/src/glad/README.md
@@ -1,7 +1,5 @@
This directory was generated as follows:
- git clone -b master https://github.com/Dav1dde/glad
+ git clone -b glad2 https://github.com/Dav1dde/glad
cd glad
- python -m glad --out-path /path/to/mesa/demos/src/glad --api gl=,gles1=,gles2= --generator c
- python -m glad --out-path /path/to/mesa/demos/src/glad --api wgl= --spec=wgl --generator c
-
+ python -m glad --api=egl=,gl:core=,gl:compatibility=,gles1=,gles2=,wgl= --merge --out-path /path/to/mesa/demos/src/glad c --loader