]> git.tdb.fi Git - gldbg.git/blobdiff - source/arraysize.h
Print the contents of arrays and references
[gldbg.git] / source / arraysize.h
diff --git a/source/arraysize.h b/source/arraysize.h
new file mode 100644 (file)
index 0000000..7202136
--- /dev/null
@@ -0,0 +1,18 @@
+/* $Id$
+
+This file is part of gldbg
+Copyright © 2009  Mikko Rasa, Mikkosoft Productions
+Distributed under the GPL
+*/
+
+#ifndef ARRAYSIZE_H_
+#define ARRAYSIZE_H_
+
+#include <GL/gl.h>
+
+extern int typesize(GLenum);
+extern int formatsize(GLenum);
+extern int paramsize(GLenum);
+extern int mapsize(GLenum);
+
+#endif