Merge pull request #5063 from ligfx/no_nv_depth_buffer_float

GLExtensions: remove NV_depth_buffer_float from OpenGL 3.0
This commit is contained in:
Jules Blok 2017-03-10 22:33:40 +01:00 committed by GitHub
commit af4da70902
1 changed files with 1 additions and 1 deletions

View File

@ -2072,7 +2072,7 @@ static void InitExtensionList()
std::string gl300exts[] = {
"GL_ARB_map_buffer_range", "GL_ARB_color_buffer_float", "GL_ARB_texture_float",
"GL_ARB_half_float_pixel", "GL_ARB_framebuffer_object", "GL_ARB_texture_float",
"GL_ARB_vertex_array_object", "GL_NV_depth_buffer_float",
"GL_ARB_vertex_array_object", "GL_ARB_depth_buffer_float",
//"GL_EXT_texture_integer",
//"GL_EXT_gpu_shader4",
//"GL_APPLE_flush_buffer_range",