core icon indicating copy to clipboard operation
core copied to clipboard

Add support for WebGPU on the web browsers that currently do not support it

Open kkoreilly opened this issue 1 year ago • 0 comments

Describe the feature

Once they sufficiently support it, we will add WebGPU support for these browsers:

  • Firefox on macOS, Windows, Linux, and Android
  • Safari on macOS and iOS
  • Chrome on Linux and Android

Currently, those browsers just use 2D backup image drawers.

See also https://caniuse.com/webgpu, which is useful but not completely representative of sufficient support at this point.

This is an extension of #507 / #1112.

Relevant code

No response

kkoreilly avatar Aug 17 '24 22:08 kkoreilly