From 38b9aff8a8cc4130c9a6232912fc013de221f00a Mon Sep 17 00:00:00 2001 From: Rua Date: Wed, 11 Sep 2024 17:03:39 +0200 Subject: [PATCH] #2560, #2562 changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f5ffaf..1918e290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -141,6 +141,8 @@ Other: - 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}`. +- Added `AccessFlags::{contains_reads,contains_writes}`. +- Added `PhysicalDevice::presentation_support` for determining presentation support to the surface of any window of a given event loop. - 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.