We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thread 'main' panicked at 'Unable to acquire a swapchain image: ErrorOutOfDateKhr', src/libcore/result.rs:906:4 stack backtrace: 0: std::sys::imp::backtrace::tracing::imp::unwind_backtrace 1: std::sys_common::backtrace::print 2: std::panicking::default_hook::{{closure}} 3: std::panicking::default_hook 4: std::panicking::rust_panic_with_hook 5: std::panicking::begin_panic 6: std::panicking::begin_panic_fmt 7: rust_begin_unwind 8: core::panicking::panic_fmt 9: core::result::unwrap_failed at /build/rust/src/rustc-1.21.0-src/src/libcore/macros.rs:41 10: <core::result::Result<T, E>>::expect at /build/rust/src/rustc-1.21.0-src/src/libcore/result.rs:799 11: <gfx_backend_vulkan::window::Swapchain as gfx_hal::window::Swapchain<gfx_backend_vulkan::Backend>>::acquire_frame at /root/.cargo/git/checkouts/gfx-a2211557a9643c54/23aeb64/src/backend/vulkan/src/window.rs:342 12: ocean::main at src/main.rs:875 13: __rust_maybe_catch_panic 14: std::panicking::try 15: std::rt::lang_start 16: main 17: __libc_start_main 18: _start
The text was updated successfully, but these errors were encountered:
Swap chain needs to be recreated when window is resized
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: