mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 16:25:31 +00:00
#1991 Changelog
This commit is contained in:
parent
873fa785f1
commit
c603be06a5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user