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

@@ -44,6 +44,7 @@ foreach(GLSL ${GLSL_SOURCE_FILES})
list(APPEND SPIRV_BINARY_FILES ${SPIRV})
endforeach(GLSL)
add_custom_target(
DEPENDS ${SPIRV_BINARY_FILES}
)
add_custom_target(shaders_spirv DEPENDS ${SPIRV_BINARY_FILES})
# Ensure shaders are built alongside the executable.
add_dependencies(vulkan_engine shaders_spirv)