3 This file is part of libmspgl
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
18 void set(GLenum, bool);
20 ///Deprecated (can't properly pass an array through a reference)
21 void get(GLenum, int &);
23 void get(GLenum, int *);