[Feat] (MG_Impl/Framebuffer): Implement essential framebuffer functions.

This commit is contained in:
BZLZHH
2025-10-02 23:42:14 +08:00
parent e2e7ee93db
commit 4a303184e4
7 changed files with 418 additions and 24 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ set(SOURCE_FILES
MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.cpp
# @INSERTION_POINT:SOURCE_FILE_GLIMPL@ #
#MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.cpp
MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.cpp
MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.cpp
MobileGL/MG_Impl/GLImpl/Program/GL_Program.cpp
MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.cpp
MobileGL/MG_Impl/GLImpl/Texture/Validators.cpp