Added mesh type and updated colors

This commit is contained in:
Pasha Bibko
2025-11-23 18:05:59 +00:00
parent 02fe285a9d
commit ed9d01010a
6 changed files with 63 additions and 29 deletions

View File

@@ -61,6 +61,7 @@ add_executable(VulkanRenderer
src/managers/vulkan/VulkanManager.h
src/VulkanRenderer.h
src/RendererTypes.h
src/Mesh.h
)
add_dependencies(VulkanRenderer CompileShaders)