Vulkan spec

This commit is contained in:
2026-05-25 11:04:30 +01:00
commit d86a518b7d
375 changed files with 77089 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
slangc 09_shader_base.slang -entry vertMain -entry fragMain -o 09_shader_base.spv
bear -- gcc -g -DNDEBUG -DVK_NO_PROTOTYPES -I$VULKAN_SDK/include -Iwapp/dist/include/ -Icglm/include -Lwapp/dist/lib/ $VULKAN_SDK/include/volk/volk.c main.c -lSDL3 -lwapp -lm -o main
clang -Icglm/include mat.c -lm -o cmat
clang++ mat.cc -lglm -o ccmat