mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Changelog for PR #1580
This commit is contained in:
parent
08634dd7ed
commit
794d005351
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user