mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
#1943 changelog
This commit is contained in:
parent
8f690342ab
commit
b0668f5a31
@ -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<DescriptorSetLayout>` instead of `&DescriptorSetLayout`.
|
||||
- `SingleLayoutDescSetPool::new` now returns `Result`.
|
||||
- Added `SingleLayoutVariableDescSetPool`.
|
||||
|
||||
# Version 0.30.0 (2022-07-20)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user