[Feat] (...): Implement glDrawArrays.

This commit is contained in:
BZLZHH
2025-11-01 13:06:18 +08:00
parent 0ae69cfe9e
commit e8d6cd4b31
6 changed files with 21 additions and 3 deletions
@@ -4,6 +4,7 @@
namespace MobileGL {
namespace MG_Impl::GLImpl {
/* @INSERTION_POINT:FUNCTION_DECLARATION@ */
void DrawArrays(GLenum mode, GLint first, GLsizei count);
void MultiDrawElements(GLenum mode, const GLsizei* count, GLenum type, const void* const* indices,
GLsizei drawcount);
void MultiDrawElementsBaseVertex(GLenum mode, const GLsizei* count, GLenum type, const void* const* indices,