From eb623d73a59bb1f1c66260a988358b64c3609c51 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:08:07 +0100 Subject: [PATCH] #2406 changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ae375f..f3269859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,9 @@ Changes to `Surface`: - `Surface::required_extensions` now returns a result. - `Surface::from_window[_ref]` now take `HasWindowHandle + HasDisplayHandle` as the window and return a new error type. +Changes to surface creation and support functions: +- Where handles to foreign window system objects are passed, Vulkano no longer takes a generic pointer, but takes the same pointer type that Ash does. + ### Additions - Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).