INITIAL COMMIT
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
.cache
|
||||
main
|
||||
compile_commands.json
|
||||
@@ -0,0 +1,3 @@
|
||||
# How To Vulkan
|
||||
|
||||
Basic Vulkan application using modern Vulkan features. Based on [Sascha Willems](https://www.saschawillems.de/)'s [How To Vulkan in 2026](https://www.howtovulkan.com/).
|
||||
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
bear -- clang++ -g -c -Wno-nullability-completeness -DVK_NO_PROTOTYPES -I$VULKAN_SDK/include vulkan_profiles/vulkan_profiles.cpp main.cpp
|
||||
bear -a -- clang -g -c -DVK_NO_PROTOTYPES -Ivulkan_profiles -I$VULKAN_SDK/include $VULKAN_SDK/include/volk/volk.c wapp/wapp.c
|
||||
bear -a -- clang++ -g -DVK_NO_PROTOTYPES -lSDL3 -lglm -o main *.o
|
||||
rm *.o
|
||||
Reference in New Issue
Block a user