2 #ifndef GRAMODS_GRAPHICS_GLUTILS
3 #define GRAMODS_GRAPHICS_GLUTILS
5 #include <gmGraphics/config.hh>
10 BEGIN_NAMESPACE_GMGRAPHICS;
21 static bool check_shader_program(GLuint program_id);
27 static bool check_framebuffer();
32 static int nextPowerOfTwo(
int v);
36 END_NAMESPACE_GMGRAPHICS;
Utility functions for handling GL.
Definition: GLUtils.hh:15