mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #5827 from JonnyH/WIP/fix-glMultiDrawElementsBaseVertex-invalid-OES-suffix
Fix an incorrect OES suffix on glMultiDrawElementsBaseVertex
This commit is contained in:
commit
9649494f67
1 changed files with 1 additions and 1 deletions
|
@ -1742,7 +1742,7 @@ const GLFunc gl_function_array[] = {
|
|||
"GL_OES_draw_elements_base_vertex VERSION_GLES_3 !VERSION_GLES_3_2"),
|
||||
GLFUNC_SUFFIX(glDrawRangeElementsBaseVertex, OES,
|
||||
"GL_OES_draw_elements_base_vertex VERSION_GLES_3 !VERSION_GLES_3_2"),
|
||||
GLFUNC_SUFFIX(glMultiDrawElementsBaseVertex, OES,
|
||||
GLFUNC_SUFFIX(glMultiDrawElementsBaseVertex, EXT,
|
||||
"GL_OES_draw_elements_base_vertex GL_EXT_multi_draw_arrays"),
|
||||
|
||||
// EXT_draw_elements_base_vertex
|
||||
|
|
Loading…
Add table
Reference in a new issue