Skip to content
New issue

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

That "Outdated" issue #7

Closed
werner291 opened this issue Sep 21, 2021 · 1 comment
Closed

That "Outdated" issue #7

werner291 opened this issue Sep 21, 2021 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@werner291
Copy link

werner291 commented Sep 21, 2021

Hello (I'm Derg on Discord),

I see what's going on with the error message:

Resizing the window causes the swapchain to become outdated (specifically, gfx_hal::window::OutOfDate is the underlying error message).

I'm assuming that, sometime after you attempt to draw to the resized window, the event loop receives a WindowEvent::Resized, which causes the renderer to recreate the swapchain, and thus resolves the invalidation.

Once you remove that call to resize in response to the window resize vent, the Outdated error shows up every frame.

@ElhamAryanpur ElhamAryanpur self-assigned this Sep 23, 2021
@ElhamAryanpur ElhamAryanpur added bug Something isn't working help wanted Extra attention is needed labels Sep 23, 2021
@ElhamAryanpur
Copy link
Collaborator

This was fixed on 0.1.92 version. Please test against that version and let me know if the problem still exist!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants