alexkl-rugged-controls

Results 4 comments of alexkl-rugged-controls

It looks like `rust-analyzer` re-evaluates `derive` macros once for every macro defined below it, and after the non-derive macro is evaluated, it is removed. More info here: https://github.com/rust-lang/rust-analyzer/issues/17873#issuecomment-2495081092

I am getting the same issue using a IMX8MP which supports OpenGL ES 3.1, Vulkan. Seems the NXP drivers actually don't support getting the default display on Wayland as I...

I've done what I've seen others do (somewhere) and store a reference to the display when getting it originally here: https://github.com/alexkl-rugged-controls/wgpu/commit/b6399869fd9e4a049fb8ccb9530325ad24789f6c I've also had to drop some of the default...

GL backend is failing from BadAttribute due to robust access on the EGL context being requested. Removing robust access gets a BadContext panic, perhaps from the `display` hacking in the...