[Feat] (...): Add global OpenGL state. Add gl texture state (almost complete for Minecraft) and implementation gl texture functions that Minecraft would use. Add gl error state.

This commit is contained in:
BZLZHH
2025-04-04 23:02:59 +08:00
parent c291f513ca
commit 41fefb8e54
13 changed files with 1343 additions and 20 deletions
-1
View File
@@ -12,7 +12,6 @@ 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