For clarity, since Additions mentions this type

This commit is contained in:
Rua 2022-10-02 09:58:56 +02:00 committed by GitHub
parent c0331cf7ee
commit cc6e46c6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.