From 55556bb916dfb288f7cac5a048111954afd230d8 Mon Sep 17 00:00:00 2001 From: Rua Date: Fri, 29 Mar 2024 19:56:00 +0100 Subject: [PATCH] #2508 changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f65d168a..638730101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -119,6 +119,9 @@ Changes to vulkano-util: - `VertexDefinition` now uses a placeholder name if a name is not present in the shader, instead of panicking. - Validation between shader code and device extensions, features and properties. - Added `GenericMemoryAllocator::pools` for introspection of memory allocations, along with `DeviceMemoryPool`, `DeviceMemoryBlocks`, `DeviceMemoryBlock` and `Suballocator::suballocations`. +- Support for the `ext_conservative_rasterization` extension. +- Support for the `extended_dynamic_state3_conservative_rasterization_mode` device feature. +- Support for the `extended_dynamic_state3_extra_primitive_overestimation_size` device feature. - 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.