egui_cmd.swapchain_recreate_required()
for change scale factor etc.
- exit signal now receive
std::process::ExitCode
.
- fix error for ui zoom.
- fix error by forgetting to destroy image and image view when zoom factor changes.
- fix now restore main window position and size when
persistent_windows
istrue
.- Note: there is currently a bug in egui itself in saving the scale factor and window position. emilk/egui#3797
- update egui from 0.24.2 to 0.25.0.
- update egui-winit from 0.24.1 to 0.25.0.
- add exit_signal API to close exit app in code.
- add ability to change
vk::PresentModeKHR
.
- fix error in unregister_user_texture.
- update gpu-allocator from 0.24.0 to 0.25.0.
- remove Arc from AshRenderState.
- control flow to poll and present mode to FIFO.
- update example code.
- fix unused import.
- remove unnecessary build() of ash method.
- fix error when import spirv binary in examples.
- fix README.md documentation.
- initial release