mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-26 00:34:19 +00:00
e9104208c4
* 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 |
||
---|---|---|
.. | ||
lib.rs |