mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-19 18:42:31 +00:00
![]() * Allow Surface to reference an external window object This makes the Surface struct generic across a Window type, so that a surface can own (or reference, if W is an Arc) an external window object. This also updates vulkano-win to take advantage of this. There is no longer a dedicated Window struct in vulkano-win. Instead, the Surface is simply passed ownership of the winit::Window. This fixes #844 * Update examples for new surface API * Update Changelog * Remove unnecessary send/sync bounds * Update swapchain docs for new Surface behavior |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |