summaryrefslogtreecommitdiffstats
path: root/externals/glad/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'externals/glad/Readme.md')
-rw-r--r--externals/glad/Readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/externals/glad/Readme.md b/externals/glad/Readme.md
new file mode 100644
index 000000000..87866455c
--- /dev/null
+++ b/externals/glad/Readme.md
@@ -0,0 +1,5 @@
+These files were generated by the [glad](https://github.com/Dav1dde/glad) OpenGL loader generator and have been checked in as-is. You can re-generate them using glad with the following command:
+
+```
+python -m glad --profile core --out-path glad/ --api gl=3.3,gles=3.0
+```