From 619092f558e2be9b8349162906dcaab4dc83bad4 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:52:50 +0200 Subject: [PATCH] #2349 changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6c19f9..13de7c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -137,6 +137,9 @@ Changes to the `khr_display` extension: - Getting displays and display planes is now done from the physical device. - All features are now available. +Changes to the physical device: +- The `PhysicalDevice::surface_present_modes` method now takes an additional `SurfaceInfo` parameter. + ### Additions - Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script.