From 8ca2bf78689cab89db2716e2d84721f2270296b8 Mon Sep 17 00:00:00 2001 From: Rua Date: Sun, 21 Jul 2024 13:15:47 +0200 Subject: [PATCH] #2545 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3bc7ac..6d6846ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -140,6 +140,7 @@ Other: - Added `ResourceMemory::from_device_memory_unchecked`. - Added `DescriptorSet::invalidate()` to make vulkano forget about resources that bound to a descriptor_set, so they can be freed. - Added `memory::allocator::{align_down, align_up}`. +- Added `Sharing::{is_exclusive,is_concurrent}`. - 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.