]> git.tdb.fi Git - gldbg.git/blob - gl.io
Enhance the object-orientedness of genwrap.py
[gldbg.git] / gl.io
1 enum, int, %s, describe_enum:p.name:'"%s"'%p.type
2 boolean, char, %i
3 bitfield, int, %s, describe_bitfield:p.name:'"%s"'%p.type
4 byte, char, %i
5 ubyte, char, %u
6 short, short, %i
7 ushort, short, %u
8 int, int, %i
9 uint, int, %u
10 unsigned int, int, %u
11 sizei, int, %i
12 intptr, int, %i
13 sizeiptr, int, %i
14 handle, int, %i
15 uint64, longlong, %llu
16 half, short, %#x
17 float, float, %g
18 clampf, float, %g
19 double, double, %g
20 clampd, double, %g
21 ubyte *, string, \"%s\"
22 char *, string, \"%s\"
23 void *, pointer, %p