From 9c867c0935ab17e737b9dc2fbb744efbaaf79c26 Mon Sep 17 00:00:00 2001 From: Rua Date: Mon, 20 Mar 2023 17:11:48 +0100 Subject: [PATCH] #2156 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b74e2ee54b..1a9e1abe2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,6 +98,7 @@ Changes to vulkano-shaders: - Vulkano-shaders: All error messages are now appropriately spanned compile-errors, instead of being panics. - Vulkano-shaders: Added support for arrays (and by extension matrices) whose stride exceeds the size of the element type in Rust (e.g. `vec3[]`). - Vulkano-shaders: Added a `linalg_type` option to the macro, for generating types from external linear algebra crates. +- Vulkano-win: Added `create_surface_from_handle_ref`. ### Bugs fixed - [#2094](https://github.com/vulkano-rs/vulkano/issues/2094): Fixed debug assertion when the first command in a command buffer that uses an image expects it to be in the `Undefined` layout.