Skip to content

Commit

Permalink
#1991 Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinJ235 authored Sep 18, 2022
1 parent 873fa78 commit c603be0
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 @@ -36,7 +36,7 @@
- Added `SingleLayoutVariableDescSetPool`.
- **Breaking** Changes to memory pools:
- Renamed `StdMemoryPool[Alloc]`, `StdHostVisibleMemoryTypePool[Alloc]`, `StdNonHostVisibleMemoryTypePool[Alloc]` to `Standard{...}`.
- Removed `Device::standard_pool` in favor of `Device::standard_memory_pool`, which returns `&Arc<StandardMemoryPool>`.
- Renamed `Device::standard_pool` to `Device::standard_memory_pool`.
- **Breaking** Changes to `PhysicalDevice`:
- `PhysicalDevice::enumerate` has been replaced with `Instance::enumerate_physical_devices`. This function returns `Arc<PhysicalDevice>`.
- Enumerating physical devices multiple times now retrieves the list of devices each time, instead of only at instance creation. This makes it possible to handle devices that are added/removed during runtime.
Expand Down

0 comments on commit c603be0

Please sign in to comment.