mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
#2486 changelog
This commit is contained in:
parent
7f5d3e6919
commit
960e554ca0
@ -103,6 +103,7 @@ Changes to vulkano-util:
|
||||
- Support for querying memory requirements directly from the device.
|
||||
- Support for the `glam` crate in the `type_for_format` macro.
|
||||
- Added `DepthState::reverse` helper method.
|
||||
- Support for the `ext_host_query_reset` extension.
|
||||
- Vulkano-shaders: Support for Vulkan 1.3 target environment.
|
||||
- Vulkano-shaders: Added `generate_structs: true` option that may be used to disable rust structs from generating. Useful in e.g. rust-gpu contexts where such functionality is not needed.
|
||||
- Vulkano-util: `VulkanoWindowsRenderer::swapchain_image_views` allows access to the swapchain images.
|
||||
|
@ -58,6 +58,7 @@ Coverage of support for Vulkan core features and extensions in Vulkano, as of th
|
||||
- [`VK_KHR_depth_stencil_resolve`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_depth_stencil_resolve.html)
|
||||
- [`VK_KHR_draw_indirect_count`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_draw_indirect_count.html)
|
||||
- [`VK_KHR_driver_properties`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_driver_properties.html)
|
||||
- [`VK_EXT_host_query_reset`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_host_query_reset.html)
|
||||
- [`VK_KHR_image_format_list`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_image_format_list.html)
|
||||
- [`VK_KHR_sampler_mirror_clamp_to_edge`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_sampler_mirror_clamp_to_edge.html)
|
||||
- [`VK_KHR_separate_depth_stencil_layouts`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_separate_depth_stencil_layouts.html)
|
||||
@ -85,7 +86,6 @@ Coverage of support for Vulkan core features and extensions in Vulkano, as of th
|
||||
### Unsupported
|
||||
|
||||
- [`VK_KHR_imageless_framebuffer`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_imageless_framebuffer.html)
|
||||
- [`VK_EXT_host_query_reset`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_host_query_reset.html)
|
||||
- `framebufferIntegerColorSampleCounts`
|
||||
|
||||
## Vulkan 1.3
|
||||
|
Loading…
Reference in New Issue
Block a user