Skip to content

Commit

Permalink
Merge pull request #5827 from JonnyH/WIP/fix-glMultiDrawElementsBaseV…
Browse files Browse the repository at this point in the history
…ertex-invalid-OES-suffix

Fix an incorrect OES suffix on glMultiDrawElementsBaseVertex
  • Loading branch information
degasus committed Aug 3, 2017
2 parents 6a76ca7 + 184e4d7 commit 9649494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/GL/GLExtensions/GLExtensions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9649494

Please sign in to comment.