mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user