diff options
| author | vimene <vincent.menegaux@gmail.com> | 2025-12-15 04:23:13 +0100 |
|---|---|---|
| committer | vimene <vincent.menegaux@gmail.com> | 2025-12-15 04:23:13 +0100 |
| commit | 8c8e0995fcfe6d25ed4a963120cb59bb0466582b (patch) | |
| tree | b68d9adf69a8c836bba5314458e2b8e37002edd4 /build-debug/share | |
| parent | b4253cf33ff171ac6bcb8c67dab095254815ec5f (diff) | |
| download | engine-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.site | 2 |
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' |
