]> git.tdb.fi Git - gldbg.git/blob - source/arraysize.h
Print the contents of arrays and references
[gldbg.git] / source / arraysize.h
1 /* $Id$
2
3 This file is part of gldbg
4 Copyright © 2009  Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
6 */
7
8 #ifndef ARRAYSIZE_H_
9 #define ARRAYSIZE_H_
10
11 #include <GL/gl.h>
12
13 extern int typesize(GLenum);
14 extern int formatsize(GLenum);
15 extern int paramsize(GLenum);
16 extern int mapsize(GLenum);
17
18 #endif