mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
#2406 changelog
This commit is contained in:
parent
b5b8ea828a
commit
eb623d73a5
@ -39,6 +39,9 @@ Changes to `Surface`:
|
|||||||
- `Surface::required_extensions` now returns a result.
|
- `Surface::required_extensions` now returns a result.
|
||||||
- `Surface::from_window[_ref]` now take `HasWindowHandle + HasDisplayHandle` as the window and return a new error type.
|
- `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
|
### Additions
|
||||||
|
|
||||||
- Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).
|
- Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).
|
||||||
|
Loading…
Reference in New Issue
Block a user