Files
vulkan-tutorial/run
Abdelrahman d57dd446d1 Initial commit for vulkan tutorial
Following along the first 9 chapters of the Vulkan HelloTriangle
tutorial.
2025-12-06 00:20:08 +00:00

6 lines
58 B
Bash
Executable File

#!/bin/bash
TARGET="$1"
cd cmake-build/$TARGET
./$TARGET