[Feat] implement glBlitFramebuffer, making things start to render

This commit is contained in:
2025-05-07 13:33:29 +08:00
parent 0d7b342a2e
commit bb45906189
4 changed files with 127 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static-libstdc++")
set(CMAKE_ANDROID_STL_TYPE c++_static)
set(CMAKE_BUILD_TYPE Release)
#set(CMAKE_BUILD_TYPE Release)
set(PROFILING OFF)