From 9d0a205c20cf14660e06665b9b63db26f8f57499 Mon Sep 17 00:00:00 2001 From: Austin Johnson Date: Tue, 27 Sep 2022 03:04:56 -0500 Subject: [PATCH] #2005 Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0cca8406..3097b329ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ Changes to `Swapchain`: ### Additions - Added `bind_sparse_unchecked`, `present_unchecked` and `submit_unchecked` methods to `QueueGuard`. +- Added the `device_coherent`, `device_uncached` and `rdma_capable` flags to `MemoryPropertyFlags`, and improved the documentation of all flags with additional usage advice. ### Bugs fixed - Incorrect check for descriptor set validity when the shader declares a runtime-sized array.