mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
For clarity, since Additions mentions this type
This commit is contained in:
parent
c0331cf7ee
commit
cc6e46c6a3
@ -10,7 +10,7 @@
|
|||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
||||||
Changes to queue operations:
|
Changes to queue operations:
|
||||||
- To do operations on a queue, you must now call `with` to gain access.
|
- To do operations on a queue, you must now call `with` to gain access. This takes a closure that is passed a
|
||||||
- The `wait` method of devices and queues is renamed to `wait_idle` to match Vulkan.
|
- The `wait` method of devices and queues is renamed to `wait_idle` to match Vulkan.
|
||||||
- `Queue` now implements `VulkanObject` instead of `SynchronizedVulkanObject`, which is removed.
|
- `Queue` now implements `VulkanObject` instead of `SynchronizedVulkanObject`, which is removed.
|
||||||
- `Queue` now takes ownership of resources belonging to operations that you execute on it, to keep them from being destroyed while in use.
|
- `Queue` now takes ownership of resources belonging to operations that you execute on it, to keep them from being destroyed while in use.
|
||||||
|
Loading…
Reference in New Issue
Block a user