mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
#1939 changelog
This commit is contained in:
parent
91dc544135
commit
e80058e63c
@ -20,6 +20,9 @@
|
||||
- Required instance extensions for surface creation aren't added until `VulkanoContext` is created.
|
||||
- The `instance`, `device`, `graphics_queue` and `compute_queue` methods of `VulkanoContext` now return a reference instead of an owned `Arc`.
|
||||
- **Breaking** Merged `ImmutableBuffer` into `DeviceLocalBuffer`.
|
||||
- **Breaking** Changes to `StandardCommandPool`:
|
||||
- `StandardCommandPool` is now implemented lock-free, using thread-local storage.
|
||||
- `StandardCommandPool::new` and `Device::standard_command_pool` now return a `Result`.
|
||||
|
||||
# Version 0.30.0 (2022-07-20)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user