Almar Klein
Almar Klein
> `result = ob(*args)` This is where we make a call into the library, i.e. Rust land. Indeed if something bad happens there (like a Panic) there's no way to...
You hunted the bug, now the bug will hunt you 😉
I ran the `runner.py` on a Linux machine. It has integrated graphics, so it does run on hardware (no emulation), but not a dedicated GPU. I'm not sure if this...
Let me know if you have other code to run.
So it looks like all bugs are fixed and now its a matter of getting upstream releases. I added a small tasklist to the top post. I think https://github.com/gfx-rs/wgpu-native/issues/429 can...
Nice idea!
> ran into an issue where unpremultiplied was the only canvas alpha mode available on my Mac That's odd 🤔 So it looks like "unpremultiplied" is referenced in [webgpu.h](https://github.com/webgpu-native/webgpu-headers/blob/main/webgpu.h#L523), but...
> [...] 'alpha_modes': ['opaque', 'unpremultiplied'], Oh, glad to see 'opqaue' is in there 😅 I initially misread that you meant 'unpremultiplied' was the only one. To provide some context on...
I updated this PR, but could not push to your branch, so I created a new PR in #750. In summary: we cannot change the idl, since that file is...