-
When trying to open Airshipper on NixOS 24.05 via including the airshipper package in my list of included packages:
```
2024-06-22T02:30:44.961434Z INFO airshipper::logger: Setup terminal and fil…
-
### Describe the bug
No matter what code I have, even the official examples crash when I resize the window.
Using Ubuntu 24 with X11:
```sh
user@host: echo $XDG_SESSION_TYPE
x11
```
Crash…
-
The following WGSL causes FXC to error with: `error X3504: array index out of bounds`
```
@compute @workgroup_size(1)
fn main() {
var idx = 9;
var v = vec2();
var m = mat2x2();
…
-
I'm not sure if this is an issue with this library, the rust tracy bindings, or tracy itself - so I figured I'd just shoot here and see if anyone has a suspicion as to what's wrong.
Checking out th…
-
**Description**
Borrow shortening can cause `CommandEncoder::finish` to be callable before a derived `ComputePass` is automatically dropped. Since the `Drop` impl on `ComputePassInner` is what un…
-
A test program that uses many wgpu features, but otherwise is fairly simple, segfaults on exit when run with winit 0.29. I don't know if this is a winit problem or a wgpu problem but wgpu_hal is in th…
-
When attempting to run the wgpu on m1 mac example I encounter this error. I know it has to do with selecting the adapter and I'm not sure why it isn't finding Metal ..
`cargo xcodebuild run …
-
### Describe the bug
![image](https://github.com/ruffle-rs/ruffle/assets/38821724/2f00cc61-59ba-4338-bb9a-7ab4874e0181)
after bisecting commits, i found the problem in commit 2e0e7aec5c7c492a5641b…
SN902 updated
3 weeks ago
-
**Describe the bug**
I'm trying to create an implementation of the YOLO9000/YOLOv2 network in Burn with the WGPU backend.
Creating the network works and I can also run it, but I can't use batch size…
-
CTS test: `cts/webgpu/api/operation/command_buffer/image_copy/cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:undefined_params:*`
```
10 xul.dll!core::panicking::panic() [panickin…
nical updated
4 months ago