ADD: Particle system

This commit is contained in:
2025-12-17 22:17:32 +09:00
parent fa0298e4c1
commit 4fea967bfc
11 changed files with 1060 additions and 10 deletions

View File

@@ -83,6 +83,8 @@ add_executable (vulkan_engine
render/passes/fxaa.cpp
render/passes/ssr.h
render/passes/ssr.cpp
render/passes/particles.h
render/passes/particles.cpp
render/passes/transparent.h
render/passes/transparent.cpp
render/passes/imgui_pass.h