aboutsummaryrefslogtreecommitdiff
path: root/build-debug/share
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2025-12-15 04:23:13 +0100
committervimene <vincent.menegaux@gmail.com>2025-12-15 04:23:13 +0100
commit8c8e0995fcfe6d25ed4a963120cb59bb0466582b (patch)
treeb68d9adf69a8c836bba5314458e2b8e37002edd4 /build-debug/share
parentb4253cf33ff171ac6bcb8c67dab095254815ec5f (diff)
downloadengine-8c8e0995fcfe6d25ed4a963120cb59bb0466582b.tar.gz
improved Vulkan detection
Added checks to see if LunarG's Vulkan SDK is present, and check if it's the correct API version (currently supporting only 1.4.313).
Diffstat (limited to 'build-debug/share')
-rw-r--r--build-debug/share/config.site2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-debug/share/config.site b/build-debug/share/config.site
index 378d94f..c3bff16 100644
--- a/build-debug/share/config.site
+++ b/build-debug/share/config.site
@@ -1 +1,3 @@
CXXFLAGS='-ggdb -O2'
+VULKAN_CFLAGS="-I$VULKAN_SDK/include"
+VULKAN_LIBS='-lvulkan'