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
Bevy version
Commit: 1aff709
Operating system & version
OS: Linux GPU: Nvidia RTX 2070 Max-Q Driver version: nvidia 455.45.01
What you did
When resizing the window, at certain sizes everything will stop rendering.
And this is logged (spammed) in the terminal
Dec 04 08:06:01.049 WARN wgpu_core::device: Requested size 1678x1192 is outside of the supported range: Extent2D { width: 1678, height: 1191 }..=Extent2D { width: 1678, height: 1191 } Dec 04 08:06:01.060 WARN wgpu_core::device: Requested size 1678x1192 is outside of the supported range: Extent2D { width: 1678, height: 1191 }..=Extent2D { width: 1678, height: 1191 } Dec 04 08:06:01.070 WARN wgpu_core::device: Requested size 1678x1192 is outside of the supported range: Extent2D { width: 1678, height: 1191 }..=Extent2D { width: 1678, height: 1191 } Dec 04 08:06:01.081 WARN wgpu_core::device: Requested size 1678x1192 is outside of the supported range: Extent2D { width: 1678, height: 1191 }..=Extent2D { width: 1678, height: 1191 } Dec 04 08:06:01.092 WARN wgpu_core::device: Requested size 1678x1192 is outside of the supported range: Extent2D { width: 1678, height: 1191 }..=Extent2D { width: 1678, height: 1191 } Dec 04 08:06:01.103 WARN wgpu_core::device: Requested size 1678x1192 is outside of the supported range: Extent2D { width: 1678, height: 1191 }..=Extent2D { width: 1678, height: 1191 } Dec 04 08:06:01.115 WARN wgpu_core::device: Requested size 1678x1192 is outside of the supported range: Extent2D { width: 1678, height: 1191 }..=Extent2D { width: 1678, height: 1191 }
The text was updated successfully, but these errors were encountered:
I've been told PR: #997 addresses the issue
Sorry, something went wrong.
the 1678x1192 / { width: 1678, height: 1191 } looks like a rounding issue
1678x1192
{ width: 1678, height: 1191 }
Yeah, I believe it is. I'm on a high DPI display so it makes sense now.
Yes, this is the issue I was addressing in PR #997
Closing this since #997 got merged
No branches or pull requests
Bevy version
Commit: 1aff709
Operating system & version
OS: Linux
GPU: Nvidia RTX 2070 Max-Q
Driver version: nvidia 455.45.01
What you did
When resizing the window, at certain sizes everything will stop rendering.
And this is logged (spammed) in the terminal
The text was updated successfully, but these errors were encountered: