Zageron

Results 38 comments of Zageron

@cdata Thank you very much for your fork. I assume it's quite out of date now, but it still managed to resolve my issue.

@tahnik Did you ever figure this out? @est31 (or anyone else) Any idea what is going on here? I am also encountering this on two separate windows machines.

@tahnik Thanks very much for your quick response! :)

I am investigating. https://github.com/microsoft/windows-rs/issues/1663

Is this stale? Does this driver support gridfs?

Alright, tried again the next day after a system restart and it installed successfully.

Hey, thanks for the extensive response. My full understanding: I think the primary "issue" is that Pixels is fully generic, as you stated. WebGPU offers three interfaces: `create_surface_from_canvas` `create_surface_from_offscreen_canvas` `create_surface`...

https://github.com/Zageron/pixels-shadow-dom-example The important "feature" is .with_canvas() on line 42. https://github.com/Zageron/pixels-shadow-dom-example/blob/main/src/main.rs#L42

> We have some additional eyes on this issue now. Discussion has been upstreamed to [rust-windowing/raw-window-handle#102](https://github.com/rust-windowing/raw-window-handle/issues/102). Thanks! I've been following all the discussions the past day, awesome development for Bevy...

I hate it, but I figured a shadow dom workaround out. See new code in `index.js`. https://github.com/Zageron/pixels-shadow-dom-example ![image](https://user-images.githubusercontent.com/1892473/193966753-cf64001e-ee62-4b08-a9c3-23c021b5c8ba.png) Note: This doesn't work with libraries that use the Shadow DOM out...