From d1b35c03853d3e9d3470db0e41df11ab69b97602 Mon Sep 17 00:00:00 2001 From: Rua Date: Mon, 31 Oct 2022 07:59:33 +0100 Subject: [PATCH] #2067 changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 279e935c94..4577094a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ Changes to command buffers and command pools: Changes to descriptor sets and descriptor pools: - Renamed `DescriptorPool` to `DescriptorSetAllocator`, `StandardDescriptorPool` to `StandardDescriptorSetAllocator`, and `UnsafeDescriptorPool` to `DescriptorPool` to better reflect their action. - `DescriptorPool` methods now take `&self` and the type itself is `!Sync`. -- Renamed `SingleLayout[Variable]DescPool` to `SingleLayout[Variable]DescriptorSetPool` for consistency. +- Removed `SingleLayoutDescPool` and `SingleLayoutVariableDescPool`. - Removed `Device::with_standard_descriptor_pool`. - Descriptor set allocators must now be managed manually. - `PersistentDescriptorSet::{new, new_variable}` now take an implementation of `DescriptorSetAllocator`, `PersistentDescriptorSet::new_with_pool` has been removed.