[GLExtensions] OpenGL 3.0 also added GL_ARB_map_buffer_range to core.

This commit is contained in:
Ryan Houdek 2014-01-08 10:27:05 -06:00 committed by degasus
parent a5ffe9932a
commit 6cdb05b633
1 changed files with 1 additions and 0 deletions

View File

@ -888,6 +888,7 @@ namespace GLExtensions
// Quite a lot of these had their names changed when merged in to core // Quite a lot of these had their names changed when merged in to core
// Disable the ones that have // Disable the ones that have
std::string gl300exts[] = { std::string gl300exts[] = {
"GL_ARB_map_buffer_range",
//"GL_EXT_gpu_shader4", //"GL_EXT_gpu_shader4",
//"GL_APPLE_flush_buffer_range", //"GL_APPLE_flush_buffer_range",
"GL_ARB_color_buffer_float", "GL_ARB_color_buffer_float",