From 794d005351611357d46dd3b6c35abc3eaa820507 Mon Sep 17 00:00:00 2001 From: Ilya Lakhin Date: Mon, 17 May 2021 17:23:00 +0700 Subject: [PATCH] Changelog for PR #1580 --- CHANGELOG_VULKANO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG_VULKANO.md b/CHANGELOG_VULKANO.md index ddd8498a..681b69f2 100644 --- a/CHANGELOG_VULKANO.md +++ b/CHANGELOG_VULKANO.md @@ -7,6 +7,7 @@ - Added `DeviceExtensions::khr_spirv_1_4`, which allows SPIR-V 1.4 shaders in Vulkan versions below 1.2. - Added `FunctionPointers::api_version` to query the highest supported instance version. - Added `Instance::api_version` and `Device::api_version` to return the actual supported Vulkan version. These may differ between instance and device, and be lower than what `FunctionPointers::api_version` and `PhysicalDevice::api_version` return (currently never higher than 1.1, but this may change in the future). +- Fixed the issue when creating a buffer with exportable fd on Linux(see to #1545). # Version 0.23.0 (2021-04-10)