]> git.cworth.org Git - glaze/blob - specs/xml2def
Extend OpenGL API list to all functions in Khronos gl.xml
[glaze] / specs / xml2def
1 #!/bin/sh
2
3 xmlstarlet sel -t -m "/registry/commands/command/proto/name" -s A:T:- "." -v "concat('GLAZE_API(',concat(.,')
4 '))" "$1"