From cc6e46c6a32519027e4fbaa10c5396dec5b0ac72 Mon Sep 17 00:00:00 2001 From: Rua Date: Sun, 2 Oct 2022 09:58:56 +0200 Subject: [PATCH] For clarity, since Additions mentions this type --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ac0e75..6e497ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Breaking changes 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. - `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.