mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-19 18:42:31 +00:00
#1910 Changelog Update
This commit is contained in:
parent
aaf0eadc61
commit
bd53e74150
@ -26,6 +26,7 @@
|
||||
- **Breaking** The various `AutoCommandBufferBuilder` constructors for secondary command buffers have been merged into one `secondary` function, which directly takes a `CommandBufferInheritanceInfo` value.
|
||||
- **Breaking** The `render_pass` values of `GraphicsPipelineBuilder` and `CommandBufferInheritanceInfo` have both been changed into an enum that selects between rendering with `begin_render_pass` and rendering with `begin_rendering`. They implement `Into` for easy conversion.
|
||||
- **Breaking** Added the missing `rasterization_samples` field to `MultisampleState`, which must be provided when doing multisampled rendering.
|
||||
- **Breaking** Renamed the `ready` method of `Fence` to `is_signaled`.
|
||||
- `UnsafeCommandPoolCreateInfo` and `UnsafeCommandPoolCreationError` interfaces exposed.
|
||||
- Fixed compile error in Vulkano-win on Android.
|
||||
- Added `COVERAGE.md`, a document detailing how much of Vulkan is currently covered by Vulkano.
|
||||
@ -44,6 +45,7 @@
|
||||
- Updated ash to 0.37.0+1.3.209.
|
||||
- Fixed bug in various Vulkan calls where the returned data might be incomplete.
|
||||
- Fixed bug that triggered an assert if a render pass had an attachment with `Undefined` initial layout.
|
||||
- Added an `is_signaled` method to `FenceSignalFuture`.
|
||||
|
||||
# Version 0.29.0 (2022-03-11)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user