[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
+5
View File
@@ -44,6 +44,11 @@ add_library(${CMAKE_PROJECT_NAME} SHARED
MG/MG_GL/GL/Texture/GL_Texture.cpp
MG/MG_GL/GL/VertexArray/GL_VertexArray.cpp
# MG_GL/State
MG/MG_GL/State/Core/GLState.cpp
MG/MG_GL/State/Texture/TextureState.cpp
# MG_GL/GLX
MG/MG_GL/GLX/LookUp/LookUp.cpp