Add volume renderer extraction stage 5

This commit is contained in:
2026-04-08 20:12:14 +08:00
parent c6815fa809
commit b839fd98af
14 changed files with 906 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ set(COMPONENTS_TEST_SOURCES
test_game_object.cpp
test_camera_light_component.cpp
test_mesh_render_components.cpp
test_volume_renderer_component.cpp
)
add_executable(components_tests ${COMPONENTS_TEST_SOURCES})