We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c492306 commit 7317517Copy full SHA for 7317517
src/engine/sys/sdl_glimp.cpp
@@ -2286,6 +2286,9 @@ static void GLimp_InitExtensions()
2286
// made required in OpenGL 3.0
2287
LOAD_EXTENSION( ExtFlag_REQUIRED | ExtFlag_CORE, ARB_vertex_array_object );
2288
2289
+ // made required in OpenGL 2.1
2290
+ LOAD_EXTENSION( ExtFlag_REQUIRED | ExtFlag_CORE, ARB_vertex_buffer_object );
2291
+
2292
/* We call RV300 the first generation of R300 cards, to make a difference
2293
with RV400 and RV500 cards that are also supported by the Mesa r300 driver.
2294
0 commit comments