virtualx-engine/drivers/vulkan
Marcel Admiraal 529f924aaa Fix VisualStudio throwing multiple C4996 warnings in vulkan_context.cpp.
Use Godot's String to concatenate C-strings instead of strcat and sprintf,
which are unsafe, because they don't check for buffer overflows.
2020-02-18 12:35:59 +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 VisualStudio throwing multiple C4996 warnings in vulkan_context.cpp. 2020-02-18 12:35:59 +01:00
vulkan_context.h Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00