mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
#2481 changelog
This commit is contained in:
parent
6a5aed496e
commit
0375be7924
@ -15,6 +15,10 @@
|
|||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
||||||
|
Changes to (physical) device:
|
||||||
|
- `Properties` is renamed to `DeviceProperties`.
|
||||||
|
- `Features` is renamed to `DeviceFeatures`.
|
||||||
|
|
||||||
Changes to command buffers:
|
Changes to command buffers:
|
||||||
- Renamed `AutoCommandBufferBuilder` to `RecordingCommandBuffer` and `AutoCommandBufferBuilder::build` to `end`.
|
- Renamed `AutoCommandBufferBuilder` to `RecordingCommandBuffer` and `AutoCommandBufferBuilder::build` to `end`.
|
||||||
- Merged `{Primary,Secondary}AutoCommandBuffer` into `CommandBuffer` and the corresponding `RecordingCommandBuffer::{primary,secondary}` into `new`.
|
- Merged `{Primary,Secondary}AutoCommandBuffer` into `CommandBuffer` and the corresponding `RecordingCommandBuffer::{primary,secondary}` into `new`.
|
||||||
|
Loading…
Reference in New Issue
Block a user