[Feat] (...): Add ProgramState while implementing these gl functions. Rename some functions in MG_State.

This commit is contained in:
BZLZHH
2025-05-03 02:26:03 +08:00
parent 282e2496da
commit 00140d8b57
16 changed files with 602 additions and 74 deletions
+2 -2
View File
@@ -41,8 +41,6 @@ add_library(${CMAKE_PROJECT_NAME} SHARED
MG/MG_GL/Implementations/GL/Program/GL_Program.cpp
MG/MG_GL/Implementations/GL/Shader/GL_Shader.cpp
MG/MG_GL/Implementations/GL/Texture/GL_Texture.cpp
MG/MG_GL/Implementations/GL/VertexArray/GL_VertexArray.cpp
@@ -65,6 +63,8 @@ add_library(${CMAKE_PROJECT_NAME} SHARED
MG/MG_GL/State/VertexArray/VertexArrayState.cpp
MG/MG_GL/State/Buffer/BufferState.cpp
MG/MG_GL/State/Program/ProgramState.cpp
# MG_GL/BackendLoader
MG/MG_GL/BackendLoader/GLES/Loader.cpp