]> git.tdb.fi Git - gldbg.git/blob - gl.io
Track vertex array state
[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 int64, long long, %lli
16 uint64, long long, %llu
17 half, short, %#x
18 float, float, %g
19 clampf, float, %g
20 double, double, %g
21 clampd, double, %g
22 ubyte *, string, \"%s\"
23 char *, string, \"%s\"
24 void *, pointer, %p
25 void* const, pointer, %p
26 boolean *, pointer, %p