File: Genglvnd

package info (click to toggle)
khronos-api 4.6%2Bgit20180514-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,508 kB
  • sloc: xml: 52,871; python: 1,715; makefile: 50; ansic: 23; php: 15; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 122 bytes parent folder | download | duplicates (15)
1
2
3
4
#!/bin/sh
for header in glcorearb.h glext.h gl.h ; do
    ./genglvnd.py -registry drafts/GL/gl.xml drafts/GL/$header
done