[Feat] (...): Add FramebufferState while implementing these gl functions.

This commit is contained in:
BZLZHH
2025-05-04 01:17:09 +08:00
parent 03c9531e7a
commit 30beaf6eb9
11 changed files with 337 additions and 6 deletions
+2
View File
@@ -66,6 +66,8 @@ add_library(${CMAKE_PROJECT_NAME} SHARED
MG/MG_GL/State/Program/ShaderObject.cpp
MG/MG_GL/State/Program/ProgramState.cpp
MG/MG_GL/State/Framebuffer/FramebufferState.cpp
# MG_GL/BackendLoader
MG/MG_GL/BackendLoader/GLES/Loader.cpp