Kai O'Reilly
Kai O'Reilly
Also, windows are now sometimes getting smaller on F5.
Yes, the key issue here is that we are currently not saving the monitor a window is on, so anytime you F5, it resets to the main monitor. There are...
This is all fixed now as of #1341.
Thank you for reporting this. Can you try these commands for me? ```sh go run cogentcore.org/core/gpu/cmd/webgpuinfo@main go run cogentcore.org/core/gpu/examples/drawtri@main go run cogentcore.org/core/examples/basic@main go run cogentcore.org/core/examples/[email protected] go run cogentcore.org/core/examples/[email protected] ``` Can...
Thank you for all of the information. `v0.3.2` is when we switched from Vulkan to WebGPU (#1112). Can you try `go run github.com/cogentcore/webgpu/examples/triangle@main` so we can determine whether this is...
Thank you for all of the information. We will test this on our test Linux device and look into what we can do to fix this.
Just to be clear, #1341 implements a temporary fix that should prevent this problem from happening, but we will leave this issue open until https://github.com/gfx-rs/wgpu/pull/6253 is merged, as that fixes...
As of #1341, this issue should not happen due to a temporary fix we implemented; please let us know if it still crashes when resizing for you. We also implemented...
@prospero78 Thank you for replying. Is it the same crash stack trace as before? Can you please provide the output from this command? Thanks! ```sh go run cogentcore.org/core/gpu/cmd/webgpuinfo@main ```
@prospero78 *Edit: see the next comment below first* Thank you for that helpful information. Can you please try this command: ```sh export GPU_DEVICE_SELECT=2 ``` And then run your code again...