This commit is contained in:
marc0246 2023-08-24 02:57:28 +02:00
parent 43db3eaf72
commit 3dcae6713f
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684
2 changed files with 7 additions and 3 deletions

View File

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

View File

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