OpenGL3: New extension listing system

This commit is contained in:
numzero
2023-04-20 17:37:15 +03:00
committed by sfan5
parent 13680ef42d
commit 81ad195aa3
6 changed files with 43 additions and 26 deletions

View File

@ -334,8 +334,6 @@ namespace video
IRR_GL_SUN_multi_draw_arrays, // 69
IRR_GL_VIV_shader_binary, // 85
WGL_ARB_context_flush_control, // 191
IRR_GL_EXT_draw_range_elements, // 112 again?
IRR_GL_ARB_framebuffer_object, // 45 again?
IRR_OGLES_Feature_Count
};
@ -687,9 +685,7 @@ namespace video
"GL_QCOM_writeonly_rendering",
"GL_SUN_multi_draw_arrays",
"GL_VIV_shader_binary",
"WGL_ARB_context_flush_control",
"GL_EXT_draw_range_elements",
"GL_ARB_framebuffer_object",
"WGL_ARB_context_flush_control"
};
return OGLESFeatureStrings[index];