From b0668f5a31cf950853a0b75a3eefe22ba4f1e991 Mon Sep 17 00:00:00 2001 From: Rua Date: Sun, 7 Aug 2022 12:48:13 +0200 Subject: [PATCH] #1943 changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c6f633..40e6819d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,12 @@ - `StandardCommandPool` is now implemented lock-free, using thread-local storage. - `StandardCommandPool::new` and `Device::standard_command_pool` now return a `Result`. - Added `khr_portability_enumeration` as a default configuration for MacOS in `vulkano-utils` +- **Breaking** Changes to descriptor (set) pools: + - `StdDescriptorPool` is now implemented lock-less, using thread-local storage. + - Removed `Device::standard_descriptor_pool` in favor of `Device::with_standard_descriptor_pool`. + - `DescriptorPool::allocate` now takes `&Arc` instead of `&DescriptorSetLayout`. + - `SingleLayoutDescSetPool::new` now returns `Result`. + - Added `SingleLayoutVariableDescSetPool`. # Version 0.30.0 (2022-07-20)