glDrawRangeElements in dbg_gui to shut the intel performance warnings up
[laserbrain_demo] / src / opengl.c
index a7962c7..80f712d 100644 (file)
@@ -17,6 +17,7 @@ int init_opengl(void)
        glewInit();
 
        glcaps.debug = GLEW_ARB_debug_output;
+       glcaps.draw_range = GLEW_EXT_draw_range_elements;
 
 #ifndef NDEBUG
        if(glcaps.debug) {