#!/bin/bash mkdir build_vk && cd build_vk cmake .. -DSD_VULKAN=ON cmake --build . --config Release