Skip to content

Commit

Permalink
#2406 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Nov 15, 2023
1 parent b5b8ea8 commit eb623d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit eb623d7

Please sign in to comment.