From 6bee63404fe717a966af8d2b824b4769151870fd Mon Sep 17 00:00:00 2001 From: Austin Johnson Date: Sat, 1 Oct 2022 21:18:26 -0500 Subject: [PATCH] #2006 Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3097b329..24243c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,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. +- Some methods of `PhysicalDevice` now cache their results, so that another call with the same arguments will retrieve them faster. ### Bugs fixed - Incorrect check for descriptor set validity when the shader declares a runtime-sized array.