it compiles

This commit is contained in:
2025-12-27 15:07:45 -06:00
commit e34ce95436
10 changed files with 164 additions and 0 deletions

13
.gitmodules vendored Normal file
View File

@@ -0,0 +1,13 @@
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
[submodule "external/shaderc"]
path = external/shaderc
url = https://github.com/google/shaderc
[submodule "external/SPIRV-Tools"]
path = external/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools
[submodule "external/VulkanMemoryAllocator"]
path = external/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator