[Feat] (MG_Backend/DirectGLES): implement glGenerateMipmap

This commit is contained in:
2025-11-17 17:36:42 +08:00
parent 0139cabfbc
commit 55db06bf5c
3 changed files with 49 additions and 13 deletions
@@ -20,5 +20,6 @@ namespace MobileGL::MG_Backend::DirectGLES {
GLsizei height, GLint border);
void CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y,
GLsizei width, GLsizei height);
void GenerateMipmap(GLenum target);
const GLubyte* GetString(GLenum name);
} // namespace MobileGL::MG_Backend::DirectGLES