diff --git a/vulkan-loader.changes b/vulkan-loader.changes index 9113450..19a1f6b 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -2,11 +2,9 @@ Thu Jan 18 19:22:17 UTC 2024 - Nicolas FORMICHELLA - Update to release SDK-1.3.275.0 - * Update to header 1.3.275.0 - * Only require C compiler - * BUILD_WERROR OFF by default - * Make sure VkSurfaceKHR is cast to uintptr properly - * Fix settings file crash found through fuzzers + * Instance extensions unsupported by physical devices now return + ERROR_EXTENSION_NOT_PRESENT + * Unload drivers which report 0 physical devices ------------------------------------------------------------------- Mon Jan 8 12:00:30 UTC 2024 - Callum Farmer