Vulkan profiles with volk

This commit is contained in:
2026-05-25 11:12:21 +01:00
commit f2f85764e2
7 changed files with 15550 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
bear -- clang++ -g -c -DVK_NO_PROTOTYPES -I$VULKAN_SDK/include vulkan/vulkan_profiles.cpp
bear -a -- clang -g -c -DVK_NO_PROTOTYPES -Ivulkan -I$VULKAN_SDK/include main.c $VULKAN_SDK/include/volk/volk.c
bear -a -- clang++ -g -DVK_NO_PROTOTYPES -o main *.o
rm *.o