Graphite/node-graph/wgpu-executor
Alexandru Ică a5f890289b WebGPU: Switch from rgba8unorm to bgra8unorm to support MacOS (#1306)
* WebGPU: Switch from `rgba8unorm` to `bgra8unorm` to support MacOS

This is a known issue in the Dawn bug database: https://bugs.chromium.org/p/chromium/issues/detail?id=1298618

Signed-off-by: Ică Alexandru-Gabriel <alexandru@seyhanlee.com>

* Undo the modification to `shader.wgsl`

Apparently I didn't need to modify the order of the channels in
the shader.

Signed-off-by: Ică Alexandru-Gabriel <alexandru@seyhanlee.com>
2023-06-09 15:48:30 +03:00
..
src WebGPU: Switch from rgba8unorm to bgra8unorm to support MacOS (#1306) 2023-06-09 15:48:30 +03:00
Cargo.toml Lay groundwork for directly rendering to the canvas without a cpu roundrip (#1291) 2023-06-07 17:13:21 +02:00