diff options
Diffstat (limited to 'externals/glad/Readme.md')
-rw-r--r-- | externals/glad/Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/glad/Readme.md b/externals/glad/Readme.md index 87866455c..7aad7fff2 100644 --- a/externals/glad/Readme.md +++ b/externals/glad/Readme.md @@ -1,5 +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 +python -m glad --profile core --out-path glad/ --api gl=3.3 --generator=c ``` |