From f19c114759b366aae7a293ab9d99b5a73bb49d23 Mon Sep 17 00:00:00 2001 From: Rua Date: Sat, 29 Oct 2022 19:58:04 +0200 Subject: [PATCH] #2051 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3492e10991..8845d05e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,6 +98,7 @@ Changes to memory allocation: - Added the `disjoint` flag to `ImageCreateFlags`. This flag is used in combination with multi-planar images, to bind separate memory to each plane of the image. It is not yet supported for the higher-level image types. - Added `StandardCommandBufferAllocatorCreateInfo`. - Added `StandardCommandBufferAllocator::{try_reset_pool, clear}`. +- Added a spinning `Future` implementation to `Fence` and `FenceSignalFuture`. ### Bugs fixed - [#2004](https://github.com/vulkano-rs/vulkano/issues/2004): A swapchain image could be presented without being acquired.