-
**Description**
Program [simp](https://github.com/kl4rry/simp) panic when open high resolution pictures,
such as 8736x11658px.
**Repro steps**
* Git clone `simp` and build with `cargo build --n…
-
Failing tests:
- `tests/language-feature/constants/static-const-in-generic-interface.slang`
Example output:
WGPU error: Error while parsing WGSL: :8:24 error: functions cannot b…
-
*The implementation of #495 and #482 are coming closer. In this issue I plan to keep track of the state, and what it means for downstream code. How and when to best transition, etc. I will update this…
-
idk whats going on here but it looks wrong. if its not wrong it needs docs. why is read_write needed for read_only? why is write_only never checked?
https://github.com/gfx-rs/wgpu/blob/c22c062b5485…
-
## Bevy version
master branch
```ignore
`SystemInfo { os: "Windows 11 Pro", kernel: "22631", cpu: "Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz", core_count: "6", memory: "15.9 GiB" }`
```
```ignore
`…
-
I'm barely getting started but since the [documentation](https://embarkstudios.github.io/rust-gpu/book/writing-shader-crates.html#writing-shader-crates) recommends to file issues, here is one.
### …
-
I want to render some scenes to the desktop using a transparent window. This requires setting the `alpha_mode` to `premultiplied` in the `CanvasContext.config()` method.
I have added a flag in the …
-
Hi!
The following WebGPU program panics when a destroyed texture is used in a render pass. I think the correct behaviour is to throw some sort of validation error instead.
I've tested this on …
-
![Image](https://github.com/user-attachments/assets/bac0359b-b98f-4020-89e2-84d8877e824f)
## Bevy version
0.15.0
## \[Optional\] Relevant system information
- Rust 1.81.0
- Windows 11
## What you …
-
Is there currently a way to dynamically change the size of uniform/storage buffers at runtime?
It doesn't seem like I can change it after calling `.add_uniform`, `.add_staging` or `.add[_rw]_storage`…