Skip to content

Commit

Permalink
#2295 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Aug 24, 2023
1 parent 43db3ea commit 3dcae67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 3dcae67

Please sign in to comment.