mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
#2295 changelog
This commit is contained in:
parent
43db3eaf72
commit
3dcae6713f
@ -112,6 +112,11 @@ Changes to queries:
|
||||
Changes to futures:
|
||||
- `FlushError` is replaced with `Validated<VulkanError>`.
|
||||
|
||||
Changes to the `khr_display` extension:
|
||||
- The API is completely refactored.
|
||||
- Getting displays and display planes is now done from the physical device.
|
||||
- All features are now available.
|
||||
|
||||
### Additions
|
||||
|
||||
- Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script.
|
||||
@ -141,6 +146,7 @@ Changes to futures:
|
||||
- Support for the `khr_image_format_list` extension.
|
||||
- Support for the `khr_swapchain_mutable_format` extension.
|
||||
- Support for pipeline derivatives.
|
||||
- Support for the `khr_get_display_properties2` extension.
|
||||
|
||||
### Bugs fixed
|
||||
|
||||
|
@ -136,6 +136,7 @@ Coverage of support for Vulkan core features and extensions in Vulkano, as of th
|
||||
|
||||
- [`VK_KHR_android_surface`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_android_surface.html)
|
||||
- [`VK_KHR_deferred_host_operations`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_deferred_host_operations.html)
|
||||
- [`VK_KHR_display`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_display.html)
|
||||
- [`VK_KHR_external_fence_fd`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_external_fence_fd.html)
|
||||
- [`VK_KHR_external_fence_win32`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_external_fence_win32.html)
|
||||
- [`VK_KHR_external_memory_fd`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_external_memory_fd.html)
|
||||
@ -185,9 +186,6 @@ Coverage of support for Vulkan core features and extensions in Vulkano, as of th
|
||||
|
||||
- [`VK_KHR_acceleration_structure`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_acceleration_structure.html)
|
||||
- Host acceleration structure operations
|
||||
- [`VK_KHR_display`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_display.html)
|
||||
- `vkCreateDisplayModeKHR` / `VkDisplayModeCreateInfoKHR` / `VkDisplayModeParametersKHR`
|
||||
- `vkGetDisplayPlaneCapabilitiesKHR` / `VkDisplayPlaneCapabilitiesKHR`
|
||||
- [`VK_KHR_external_memory_win32`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_external_memory_win32.html)
|
||||
- `vkGetMemoryWin32HandleKHR`
|
||||
- `vkGetMemoryWin32HandlePropertiesKHR`
|
||||
|
Loading…
Reference in New Issue
Block a user