Changelog for PR #1580

This commit is contained in:
Ilya Lakhin 2021-05-17 17:23:00 +07:00
parent 08634dd7ed
commit 794d005351

View File

@ -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)