[Feat] (MG_Impl/Drawing): Export glDrawElementsBaseVertex.

This commit is contained in:
BZLZHH
2025-11-15 14:16:40 +08:00
parent e93dff52dc
commit ac5c26af99
3 changed files with 13 additions and 1 deletions
@@ -4,6 +4,7 @@
namespace MobileGL {
namespace MG_Impl::GLImpl {
/* @INSERTION_POINT:FUNCTION_DECLARATION@ */
void DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const void* indices, GLint basevertex);
void DrawArrays(GLenum mode, GLint first, GLsizei count);
void MultiDrawElements(GLenum mode, const GLsizei* count, GLenum type, const void* const* indices,
GLsizei drawcount);