Imbris

Results 125 comments of Imbris

For now, I'm just switching to using `luminance` directly for everything.

I will try to expand on what I mentioned there. Under `createBuffer` there is this [valid usage section](https://github.com/gpuweb/gpuweb/blob/37ec71c7816dcb57fb723c2547e485b022de609b/spec/index.bs#L3189): ![image](https://user-images.githubusercontent.com/2002109/190869375-cad2fac9-f7d4-406d-b389-685428718176.png) Part of this links to another section on [validating the GPUBUfferDescriptor](https://github.com/gpuweb/gpuweb/blob/37ec71c7816dcb57fb723c2547e485b022de609b/spec/index.bs#L3057):...

With the concerns pointed out by @epage, I'm not really happy with the current solution. For my own purposes, it seems like in the short term it would be better...

Closing to remove clutter since this is a pretty trivial change with no functional impact and has been open for a while. I assume if this is desired it can...

I have this issue as well. Just recently switched kernel version to 6.0 before I installed multipass so I don't know if it would work with a different kernel version....

Any tips on how to debug this issue would be welcome. I'm not sure where I need to look.

Here is the diff for testing to see if it reproduces: ```diff diff --git a/examples/framework.rs b/examples/framework.rs index 69d7ed4..208916a 100644 --- a/examples/framework.rs +++ b/examples/framework.rs @@ -205,7 +205,7 @@ fn start( format:...

FYI my current workaround for this is to skip the frame if this error occurs

related issues https://github.com/gfx-rs/wgpu/issues/1485, https://github.com/gfx-rs/wgpu/issues/2023, https://github.com/gfx-rs/wgpu/issues/2394, https://github.com/gfx-rs/wgpu/issues/2395

This would also be useful for testing coherence rules. Which I sometimes find myself wanting to test certain cases of.