[GLExtensions] OpenGL 3.0 also added GL_ARB_map_buffer_range to core.
This commit is contained in:
parent
a5ffe9932a
commit
6cdb05b633
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue