]> git.tdb.fi Git - libs/gl.git/blobdiff - source/misc.h
Add a speed parameter for animation playback
[libs/gl.git] / source / misc.h
index 464c08705ffd1b96efedcde880761c0ae994885f..32adc9bf04794a37ff5f1d3cdd718dddacf03d92 100644 (file)
@@ -10,11 +10,9 @@ void enable(GLenum);
 void disable(GLenum);
 void set(GLenum, bool);
 
-///Deprecated (can't properly pass an array through a reference)
-void get(GLenum, int &);
-
-void get(GLenum, int *);
 int get_i(GLenum);
+int get_shader_i(unsigned, GLenum);
+int get_program_i(unsigned, GLenum);
 
 } // namespace GL
 } // namespace Msp