-
## Bevy version
0.13.2; main (9d59e52bb0deb7ae4ea002541bd8cbf2ccb0b4eb)
## Relevant system information
```
SystemInfo { os: "Linux 39 Fedora Linux Asahi Remix", kernel: "6.8.7-402.asahi.fc39…
-
**Description**
While loading a shader, i got the error :
```
wgpu uncaptured error:
Validation Error
Caused by:
In wgpuDeviceCreateShaderModule
Shader validation error:
┌…
-
### Is your issue REALLY a bug?
- [X] My issue is indeed a bug!
- [X] I am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.
### Is there an existi…
-
### Library
WebGpu-Native or Dawn
### Project page
https://github.com/gfx-rs/wgpu-native
### Source repository
https://github.com/gfx-rs/wgpu-native
### Platforms
Linux x64, Linux arm64, Linux …
-
**Describe the bug**
The rerun viewer fails to start when installed using pip in conda environment. The standalone executable, pip install in a pure python environment (not based on a conda install…
smidm updated
7 months ago
-
I am using emscripten 3.1.55 for web and Dawn@ad853f80 for using webgpu natively on windows.
```
clang version 19.0.0git (https:/github.com/llvm/llvm-project 6c7805d5d186a6d1263f90b8033ad85e2d2633…
-
In servo we want to use [vello](https://github.com/linebender/vello) for 2d canvas and we want it in content process (where it shouldn't access GPU), so we cannot run wgpu in that process. Our initial…
-
My current use of **pyglet** and **moderngl** was always a hack and needs to end. There are, thankfully, now some decent alternatives to investigate.
The top candidate for replacing OpenGL has to b…
-
I understand the aim of the llm.c project is to be minimal and educational, yet it's minimal approach makes it an interesting portable and performant target for a variety of platforms. In order to lev…
-
**Description**
The WGSL spec has a `requires` directive to request language extensions, such as `pointer_composite_access` https://www.w3.org/TR/WGSL/#language-extensions-sec
When I put that at…