]> git.tdb.fi Git - gldbg.git/blob - source/arraysize.h
Add a flavor system to allow addition of other OpenGL versions
[gldbg.git] / source / arraysize.h
1 /* $Id$
2
3 This file is part of gldbg
4 Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
6 */
7
8 #ifndef ARRAYSIZE_H_
9 #define ARRAYSIZE_H_
10
11 #include "opengl.h"
12
13 extern int typesize(GLenum);
14 extern int formatsize(GLenum);
15 extern int paramsize(GLenum);
16 extern int buffersize(GLenum);
17
18 #endif