feat(render): add FrameBuffer class to encapsulate framebuffer operations

This commit is contained in:
2026-07-10 10:27:43 +08:00
parent c7383a4208
commit d361c830be
7 changed files with 169 additions and 56 deletions

View File

@@ -57,4 +57,5 @@ target_sources(${PROJECT_NAME}
render/vertex_buffer.cpp
render/vertex_array.cpp
render/texture.cpp
render/frame_buffer.cpp
)