ADD: debug draw

This commit is contained in:
2025-12-24 23:26:06 +09:00
parent f02086bc32
commit c5e656d585
12 changed files with 1413 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ add_executable (vulkan_engine
core/ui/imgui_system.cpp
core/picking/picking_system.h
core/picking/picking_system.cpp
core/debug_draw/debug_draw.h
core/debug_draw/debug_draw.cpp
core/game_api.h
core/game_api.cpp
# core/device
@@ -93,6 +95,8 @@ add_executable (vulkan_engine
render/passes/imgui_pass.cpp
render/passes/tonemap.h
render/passes/tonemap.cpp
render/passes/debug_draw.h
render/passes/debug_draw.cpp
# render graph
render/graph/types.h
render/graph/graph.h