Skip to content

Commit 7317517

Browse files
committed
sdl_glimp: require VBO explicitly
1 parent c492306 commit 7317517

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/engine/sys/sdl_glimp.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,6 +2286,9 @@ static void GLimp_InitExtensions()
22862286
// made required in OpenGL 3.0
22872287
LOAD_EXTENSION( ExtFlag_REQUIRED | ExtFlag_CORE, ARB_vertex_array_object );
22882288

2289+
// made required in OpenGL 2.1
2290+
LOAD_EXTENSION( ExtFlag_REQUIRED | ExtFlag_CORE, ARB_vertex_buffer_object );
2291+
22892292
/* We call RV300 the first generation of R300 cards, to make a difference
22902293
with RV400 and RV500 cards that are also supported by the Mesa r300 driver.
22912294

0 commit comments

Comments
 (0)