-
Hi, I encountered an error message "failed to create wgpu" when attempting to open depthai-viewer within a Docker container on Ubuntu 20.04.
The operating environment is Windows locally connected t…
-
### Describe the bug
Under Wayland:
```
01:19:25 WARN [/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.19.3/src/gles/egl.rs:268] No config found!
01:19:25 WARN [/home…
MLSci updated
2 months ago
-
This is a repost of gfx-rs/wgpu-rs#837, as it is still present in wgpu 0.11 and master:
```rust
fn main() {
env_logger::init();
let (_tx, rx) = std::sync::mpsc::channel::();
let i…
-
Hi, my environment is Ubuntu 20.04, x86, computer CPU integrated graphics, no independent graphics card.
I use ‘pip3 install rerun-sdk’ install rerun,but when I use ‘rerun’ to start it, some errors h…
-
While cross compiling `iced` I came across an error on `wgpu-native`:
```
Compiling wgpu-native v0.5.1
error: linking with `x86_64-apple-darwin14-clang` failed: exit code: 1
|
= note: "x86…
-
We need a backend developed to use https://github.com/gfx-rs/wgpu-rs , should be called `gfx-backend-wgpu`.
The purpose of this backend would solely be targeting the web: native capabilities of wgp…
kvark updated
4 years ago
-
I've done git pull cargo run --release
after that it panics, here is debug run
building on macos amd64
```
➜ ➜ barnes-hut git:(master) RUST_BACKTRACE=full ./target/debug/barnes-hut
thread 'ma…
-
This issue lists the most common issue with shadercode with shaders from the website. It serves as a task list and will be updated as PRs are merged. (the data is based on a filtered [dataset](https:/…
-
Tested on Both MacOs and Windows Chrome.
Firefox WebGl 2 is normal. Unable to test on firefox nightly webgpu (MacOs)
The Grids in the first screenshot are drawn with correct mipmaps lods.
The gri…
-
**Is your feature request related to a problem? Please describe.**
wgpu-rs currently has 2 backends: direct (for wgpu-core) and web (for WebGPU on wasm32 target).
We need to add a 3rd backend: nativ…
kvark updated
3 years ago