[Feat|Fix] (...): Emulate EGL. Emulate glClear and glClearColor.

Signed-off-by: BZLZHH <admin@bzlzhh.top>
This commit is contained in:
BZLZHH
2025-03-30 12:07:14 +08:00
parent 8374a88731
commit 5af3057456
17 changed files with 2647 additions and 759 deletions
+1
View File
@@ -12,6 +12,7 @@ namespace MG_GL::GL {
const ::GLubyte* GetStringi(GLenum name, GLuint index);
::GLenum GetError();
void GetIntegerv(GLenum pname, GLint *params);
void GetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint *params);
}
#endif //MOBILEGL_GL_GETTER_H