Update support table

This commit is contained in:
Maximilian Ammann 2021-12-21 14:48:38 +01:00
parent 3e8c2de44d
commit f605960e43

View File

@ -39,9 +39,9 @@ WebGPU Status:
| Linux X11 | :white_check_mark: | Vulkan | |
| Linux Wayland | :white_check_mark: | Vulkan | |
| Windows | :question_mark: | :question_mark: | |
| MacOS | :question_mark: | :question_mark: | |
| Android | :question_mark: | Vulkan/OpenGL ES/Angle | Not tested, but should work on all devices if [Angle](https://github.com/gfx-rs/wgpu/blob/master/README.md#supported-platforms) is used. [Vulkan](https://developer.android.com/about/dashboards) is not yet supported widely. |
| iOS | :question_mark: | Metal | Not tested. |
| MacOS | :white_check_mark: | :question_mark: | |
| Android | :white_check_mark: | Vulkan/OpenGL ES/Angle | Not tested, but should work on all devices if [Angle](https://github.com/gfx-rs/wgpu/blob/master/README.md#supported-platforms) is used. [Vulkan](https://developer.android.com/about/dashboards) is not yet supported widely. |
| iOS | :white_check_mark: | Metal | Not tested. |
| Firefox | :white_check_mark: | WebGL/WebGPU | |
| Chrome | :white_check_mark: | WebGL/WebGPU | WebGPU is significantly faster because WASM output is smaller. |
| Safari | :hammer_and_wrench: | WebGL/WebGPU | Safari does not yet support [Shared Array Buffer](https://caniuse.com/sharedarraybuffer) |