[Feat] (MG_State/FramebufferState): Implement FramebufferAttachment, FramebufferObject and FramebufferState.

This commit is contained in:
BZLZHH
2025-10-02 21:27:33 +08:00
parent 776e1d99cf
commit d6b54f8e30
7 changed files with 353 additions and 0 deletions
+2
View File
@@ -81,6 +81,8 @@ set(SOURCE_FILES
MobileGL/MG_State/GLState/ProgramState/ShaderObject.cpp
MobileGL/MG_State/GLState/ProgramState/ProgramState.cpp
MobileGL/MG_State/GLState/RenderState/RenderState.cpp
MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.cpp
MobileGL/MG_State/GLState/FramebufferState/FramebufferState.cpp
)
add_library(${CMAKE_PROJECT_NAME} SHARED