Marijn Suijten

Results 1102 comments of Marijn Suijten

For completeness, here's a little internal testing matrix, where I tried to reach 100 runs of our build system, running 64 jobs in parallel on a ThreadRipper 3970X: | DXC...

> I actually tend to think that they should be `WindowEvent::Created` / `WindowEvent::Destroyed`, since that is what happens on Android IIUC? The entire window is torn down and re-created (with...

@nicoburns yes, I think that invariant should hold (if/how winit should validate it - possibly in debug mode - is not known to me). Otherwise receiving either of those events...

@nicoburns good point, see my original issue description: I was also very confused by seeing window creation inside `can_create_surfaces()`, which - for the purposes of Android - is a feature...

@kchibisov sure the example used to contain a full setup for using EGL HDR color spaces. As this is "the only" example in `glutin` I surely feel that shouldn't immediately...

`NativeWindow` (Java `Surface`) and e.g. a `VkSwapchainKHR`/`VkSurfaceKHR` created from these disappear at runtime, commonly when an app becomes invisible. They also arrive "relatively late" after application startup, requiring users to...

Okay @cwfitzgerald, what would be your preferred way to land this? Should I rebase it, pull it out of draft and close its relative/alternative, #7969? It seems some silly conflicts...

@cwfitzgerald I would like to see this merged too, now that merge conflicts surface every once in a while that could have been avoided. --- For `glutin`, as proposed elsewhere,...

> Whichever you decide, unmark this as draft when you're ready for me to review it. The missing Angle portion is now implemented again (though untested). I feel like this...

> > The main thing is that wgpu already receives the RawDisplayHandle with the Window. First removing that (assuming the base case should be that people pass it into Instance,...