compiler bug?

This commit is contained in:
2026-06-08 17:42:10 +02:00
parent 0d469e0538
commit 5b2b079447
3 changed files with 12 additions and 11 deletions

View File

@@ -7,9 +7,9 @@ StartupObject = "Vulkan.Example.Program"
[Dependencies]
corlib = "*"
Vulkan = "*"
"Glfw.git" = {Git = "https://git.unicon-gmbh.de/BeefBindings/Glfw.git"}
VulkanMemoryAllocator = "*"
"VulkanMemoryAllocator.git" = {Git = "https://git.unicon-gmbh.de/BeefBindings/VulkanMemoryAllocator.git"}
"Vulkan-Beef.git" = {Git = "https://git.unicon-gmbh.de/Rune/Vulkan-Beef.git"}
[Configs.Debug.Win64]
PreBuildCmds = ["glslangvalidator -V $(ProjectDir)/src/shader.vert.glsl -o $(ProjectDir)/src/shader.vert.spv", "glslangvalidator -V $(ProjectDir)/src/shader.frag.glsl -o $(ProjectDir)/src/shader.frag.spv"]