Nicolas Silva
Nicolas Silva
Yes, that's to be expected. You should not write into a buffer mapping ~with~ (Edit: apologies: *without*) the WRITE bit set (and expect things to work). You may observe a...
Sorry, I intended to write *without* and not *with*: You should not write into a buffer mapping *without* the WRITE bit set. > Why? This seems to me like a...
It seems that today is one of those days where I should have slept more and not engaged with the outside world because my output's full of nonsense. `mapped_at_creation` implies...
You are right, the documentation is misleading here. The behavior of `contains` purposefully excludes points on the right and bottom edges, downstream users rely on points being `contain`ed by a...
This looks very exciting. This is a pretty large PR and to my knowledge, none of the wgpu maintainers are ray tracing experts. So to facilitate the review process, while...
It should be fine to bump euclid's MSRV to 1.63 as well.
Hi, yeah that's a bit tricky unfortunately (depending on what you expect the correct behavior to be). Increasing the tessellation of straight lines in a way that distributes the stretching...
> there is also https://github.com/nical/lyon/tree/main that is still maintained and was intended to be used for servo's svg impl: https://github.com/servo/servo/issues/12973#issuecomment-241508691 If I remember correctly, when I started this project (over...
> or WebRender would have to be ported to wgpu ... Another dream of mine, but it's a much larger project and at best a very long term goal.
Indeed this has to be fixed in either (or a mix of) Zen and Gecko. > Probably that's the cause of [at least some of] https://github.com/zen-browser/desktop/issues/5734, https://github.com/zen-browser/desktop/issues/5588, https://github.com/zen-browser/desktop/issues/5840, https://github.com/zen-browser/desktop/issues/2206? I...