Closed attackgoat closed 2 months ago
vk-sync-rs
has not been updated yet, so the crate cannot be published in this state, but these changes will allow the other open issues to bugfix against an up-to-date ash
version which includes many other fixes.
There are lots of small changes required to support the latest version of
ash
, and this also requires updatingwinit
to v0.30. The windowing changes require theEventLoop
code to be completely re-evaluated for usefulness: I want something easy to use in the general case but able to be extended for custom uses also.TODO:
examples/app.rs
to demonstratewinit
v0.30 patternsgpu-allocator
is updated forash
vk-sync-rs
is updated forash
EventLoop
and all examples as neededegui
andimgui
or move the examples out of the main crate