mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 08:14:20 +00:00
parent
550b4c320a
commit
9abe092615
@ -62,6 +62,10 @@
|
||||
- **Breaking** `Semaphore::export_opaque_fd` is now `unsafe`.
|
||||
- **Breaking** `Sampler` creation parameters are given using `SamplerCreateInfo`.
|
||||
- **Breaking** `SamplerYcbcrConversion` creation parameters are given using `SamplerYcbcrConversionCreateInfo`.
|
||||
- **Breaking** `UnsafeDescriptorPool` creation parameters are given using `UnsafeDescriptorPoolCreateInfo`.
|
||||
- **Breaking** The `alloc` and `free` methods of `UnsafeDescriptorPool` are renamed to `allocate_descriptor_sets` and `free_descriptor_sets`.
|
||||
- **Breaking** The `alloc` method of the `DescriptorPool` trait is renamed to `allocate`.
|
||||
- **Breaking** `DescriptorSetLayout::descriptors_count` is renamed to `descriptor_counts`, and returns a hashmap instead of a separate type.
|
||||
- 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