mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
#2432 changelog
This commit is contained in:
parent
218ad3afcd
commit
b2bbe34896
@ -75,6 +75,7 @@ Changes to draw/dispatch commands:
|
||||
- Support for 64-bit values in vertex input.
|
||||
- Support for creating buffers and images that are not backed by vulkano-managed memory.
|
||||
- Documented the safety requirements of shaders in the `shader` module.
|
||||
- Support for the `khr_draw_indirect_count` extension.
|
||||
|
||||
### Bugs fixed
|
||||
|
||||
|
@ -57,6 +57,7 @@ Coverage of support for Vulkan core features and extensions in Vulkano, as of th
|
||||
|
||||
- [`VK_KHR_8bit_storage`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_8bit_storage.html)
|
||||
- [`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_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)
|
||||
@ -84,7 +85,6 @@ Coverage of support for Vulkan core features and extensions in Vulkano, as of th
|
||||
|
||||
### Unsupported
|
||||
|
||||
- [`VK_KHR_draw_indirect_count`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_draw_indirect_count.html)
|
||||
- [`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`
|
||||
|
Loading…
Reference in New Issue
Block a user