mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-19 18:42:31 +00:00
parent
a593fee072
commit
4c1672c253
@ -60,6 +60,8 @@
|
||||
- **Breaking** `Fence` creation parameters are given using `FenceCreateInfo`.
|
||||
- **Breaking** `Semaphore` creation parameters are given using `SemaphoreCreateInfo`.
|
||||
- **Breaking** `Semaphore::export_opaque_fd` is now `unsafe`.
|
||||
- **Breaking** `Sampler` creation parameters are given using `SamplerCreateInfo`.
|
||||
- **Breaking** `SamplerYcbcrConversion` creation parameters are given using `SamplerYcbcrConversionCreateInfo`.
|
||||
- Fixed sync bug in `copy_image` and `blit_image` where the `src` and `dest` images are the same but with different mip level and/or array layer.
|
||||
- Fixed bug in `begin_render_pass` causing a panic when clearing a depth-only attachment.
|
||||
- Fixed bug in the `QueueFamily::supports_` methods causing a panic when querying support for a stage that needs no queue flags.
|
||||
|
Loading…
Reference in New Issue
Block a user