NewEvents(StartCause::Init)
fires after RedrawRequested
on MacOS
#3235
Labels
Milestone
NewEvents(StartCause::Init)
fires after RedrawRequested
on MacOS
#3235
If you run the wgpu examples on macos, you'll notice a crash. This is because the code expects
NewEvents(StartCause::Init)
to come first on all platforms. However on MacOS, we receive:Based on the contract of NewEvents, this feels incorrect
This is with 0.29.3
The text was updated successfully, but these errors were encountered: