Initial commit for vulkan tutorial

Following along the first 9 chapters of the Vulkan HelloTriangle
tutorial.
This commit is contained in:
2025-12-06 00:20:08 +00:00
commit d57dd446d1
24 changed files with 4841 additions and 0 deletions

5
run Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
TARGET="$1"
cd cmake-build/$TARGET
./$TARGET