J. Frimmel

Results 14 comments of J. Frimmel

Thanks for your reply. I've opened the upstream issue: https://github.com/gfx-rs/wgpu/issues/1971. I've got the same validation layer errors as well and opened https://github.com/gfx-rs/wgpu/issues/1958 for it.

No, unfortunately not. I doubt anything in this area will happen soon. I can reproduce the error fairly often, but cannot find the source.

Hello and thanks for you interest in this project! A different tool could be supported, yes. There are two main issues: 1. the user has to be able to select...

Could you try out the release 2.1.0? This nicht contain the fix for your issue.

Could you try out the release 2.1.0? This nicht contain the fix for your issue.

Thanks for opening this issue. You've done everything right: even if your program has an issue, `cargo valgrind` should handle it gracefully and tell you the error 😉 Thanks for...

Could you try out the release 2.1.0? This nicht contain the fix for your issue.

Hi, @TheWastl, what is the current state of this PR? Does this require another code change or a change in CI? Anyways: thanks for your work and patience!

At this point, the ``-block should also be parsed and maybe presented to the user.

This requires to parse either a `Resources` struct in case of `` or a `String` in case of `what`. The same applies for `auxwhat`/`xauxwhat`. Refer to the [serde documentation on...