William Casarin

Results 696 comments of William Casarin

looking at the code it does not look like this is supported. I tried to make it fallback but the AppCreator is moved and I'm not able to retry with...

@Wumpf Here's the log, it fails on my intel graphics laptop on linux (nixos): ``` 2024-04-29T22:00:53.840704Z INFO eframe: Both the glow and wgpu renderers are available. Using wgpu. 2024-04-29T22:00:53.840737Z DEBUG...

this is 0.72.2 ``` $ cargo tree -p egui-wgpu --depth 1 egui-wgpu v0.27.2 ├── bytemuck v1.14.2 ├── document-features v0.2.8 (proc-macro) ├── egui v0.27.2 ├── epaint v0.27.2 ├── log v0.4.20 ├──...

On Tue, Apr 30, 2024 at 07:00:19AM GMT, Andreas Reich wrote: >looks like wgpu figured it can't use Vulkan (it fails creating an adapter), then tried to pick OpenGL and...

@Wumpf this does appear to fix it! thanks!

hmm ok we're using 0.27

updated to v0.29.1 and I think the issue got worse?

@kernelkind wrapping issues remain on 0.30.0

already mentioned in dev chat but still broken on egui master