Skip to content

Commit

Permalink
#2161 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored Mar 25, 2023
1 parent 5dfd1b2 commit 5a050d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Changes to vulkano-shaders:
- 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`.
- Vulkano-win: The features `winit` and `raw-window-handle` can now be used directly, `winit_` and `raw-window-handle_` have been deprecated.

### 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.
Expand Down

0 comments on commit 5a050d8

Please sign in to comment.