Skip to content

Commit

Permalink
#2067 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored Oct 31, 2022
1 parent ae2c8c3 commit d1b35c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d1b35c0

Please # to comment.