Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 23-Nov-2023 | 598 | 14 | 10 | |
egl.xml | D | 23-Nov-2023 | 172.9 KiB | 3,283 | 3,137 | |
gl.xml | D | 23-Nov-2023 | 2.7 MiB | 51,430 | 50,567 | |
glx.xml | D | 23-Nov-2023 | 111.9 KiB | 2,203 | 2,110 | |
wgl.xml | D | 23-Nov-2023 | 102.5 KiB | 2,004 | 1,942 |
README.md
1## Updating the registry XML 2 3In order to update the registry XML files and retain the history you cannot 4simply download the files the [Khronos website](https://khronos.org/registry/OpenGL/index_gl.php) 5and copy them into this directory. You should follow these steps, instead: 6 7 1. check out the `khronos-registry` branch 8 2. download the XML files from the Khronos repository 9 3. copy them under the `registry` directory 10 4. check the result for consistency and commit it 11 5. check out the `master` branch and merge the `khronos-registry` branch 12 into it with the appropriate commit message 13 14