]> git.cworth.org Git - apitrace/blobdiff - specs/scripts/README
Move all API specs to a separate dir.
[apitrace] / specs / scripts / README
diff --git a/specs/scripts/README b/specs/scripts/README
new file mode 100644 (file)
index 0000000..6df2a3d
--- /dev/null
@@ -0,0 +1,12 @@
+This directory contains several helper scripts that facilitate the generation
+of the API descriptions from specs and/or header files.
+
+The specs/headers are not expressive enough, which is why we can't just code
+generate everything from them.
+
+For GL the typical procedure is to run
+
+  make -B
+
+and then manually crossport new functions / enums to the files in the top dir
+via a side-by-side diff tool, such as gvimdiff.