godot/drivers/vulkan
Rémi Verschelde 79a7be6e7d Vulkan-Loader: Mark secure_getenv as available on Linux
It's a GNU extension part of glibc since 2.17, and it was also added
recently to musl libc. It doesn't seem to be available on *BSD (but
also not used there by Vulkan-Loader).

Could be made more thorough by doing a test compilation of a file to
check for the existence of the function on the host system, but unless
we run into actual issues, that's likely overkill.
2020-02-14 15:32:04 +01:00
..
rendering_device_vulkan.cpp Fix various GCC compilation warnings after Vulkan merge 2020-02-14 10:02:31 +01:00
rendering_device_vulkan.h Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
SCsub Vulkan-Loader: Mark secure_getenv as available on Linux 2020-02-14 15:32:04 +01:00
vulkan_context.cpp Fix various GCC compilation warnings after Vulkan merge 2020-02-14 10:02:31 +01:00
vulkan_context.h Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00