[Feat] (MG_State/RenderBufferState): Initially implement RenderbufferState.

This commit is contained in:
BZLZHH
2025-12-14 09:40:36 +08:00
parent 96c3024544
commit 5bb9faaaa5
5 changed files with 163 additions and 0 deletions
+2
View File
@@ -188,6 +188,8 @@ set(SOURCE_FILES
MobileGL/MG_State/GLState/FramebufferState/FramebufferState.cpp
MobileGL/MG_State/GLState/SamplerState/SamplerObject.cpp
MobileGL/MG_State/GLState/SamplerState/SamplerState.cpp
MobileGL/MG_State/GLState/RenderbufferState/RenderbufferObject.cpp
MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.cpp
)
add_library(${CMAKE_PROJECT_NAME} SHARED