X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmisc.h;h=32adc9bf04794a37ff5f1d3cdd718dddacf03d92;hp=071875cd43805db5db7f230849d1e2060c2972ca;hb=42c1534d95e1551c37e64a1dae288e8b75e8d8ba;hpb=bdf2568e247af858c4a1ca8004d97f13fe9b8cb0 diff --git a/source/misc.h b/source/misc.h index 071875cd..32adc9bf 100644 --- a/source/misc.h +++ b/source/misc.h @@ -1,14 +1,7 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_MISC_H_ #define MSP_GL_MISC_H_ -#include +#include "gl.h" namespace Msp { namespace GL { @@ -17,6 +10,10 @@ void enable(GLenum); void disable(GLenum); void set(GLenum, bool); +int get_i(GLenum); +int get_shader_i(unsigned, GLenum); +int get_program_i(unsigned, GLenum); + } // namespace GL } // namespace Msp