This commit is contained in:
marc0246 2023-11-15 18:08:07 +01:00
parent b5b8ea828a
commit eb623d73a5
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -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`).