]> git.cworth.org Git - apitrace/blob - specs/scripts/README
Move all API specs to a separate dir.
[apitrace] / specs / scripts / README
1 This directory contains several helper scripts that facilitate the generation
2 of the API descriptions from specs and/or header files.
3
4 The specs/headers are not expressive enough, which is why we can't just code
5 generate everything from them.
6
7 For GL the typical procedure is to run
8
9   make -B
10
11 and then manually crossport new functions / enums to the files in the top dir
12 via a side-by-side diff tool, such as gvimdiff.