mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* 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>