mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
docs(readme): use emoji literals instead of shortcodes (#5843)
Otherwise, the emojis aren't parsed on Crates.io, leaving the table without much utility unless a user navigates to GitHub. Fixes like these are very simple, but super helpful for some users! :)
This commit is contained in:
parent
284c807abc
commit
d4b3856031
20
README.md
20
README.md
@ -76,17 +76,17 @@ We have a [wiki](https://github.com/gfx-rs/wgpu/wiki) that serves as a knowledge
|
||||
|
||||
| API | Windows | Linux/Android | macOS/iOS | Web (wasm) |
|
||||
| ------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| Vulkan | :white_check_mark: | :white_check_mark: | :volcano: | |
|
||||
| Metal | | | :white_check_mark: | |
|
||||
| DX12 | :white_check_mark: | | | |
|
||||
| OpenGL | :ok: (GL 3.3+) | :ok: (GL ES 3.0+) | :triangular_ruler: | :ok: (WebGL2) |
|
||||
| WebGPU | | | | :white_check_mark: |
|
||||
| Vulkan | ✅ | ✅ | 🌋 | |
|
||||
| Metal | | | ✅ | |
|
||||
| DX12 | ✅ | | | |
|
||||
| OpenGL | 🆗 (GL 3.3+) | 🆗 (GL ES 3.0+) | 📐 | 🆗 (WebGL2) |
|
||||
| WebGPU | | | | ✅ |
|
||||
|
||||
:white_check_mark: = First Class Support
|
||||
:ok: = Downlevel/Best Effort Support
|
||||
:triangular_ruler: = Requires the [ANGLE](#angle) translation layer (GL ES 3.0 only)
|
||||
:volcano: = Requires the [MoltenVK](https://vulkan.lunarg.com/sdk/home#mac) translation layer
|
||||
:hammer_and_wrench: = Unsupported, though open to contributions
|
||||
✅ = First Class Support
|
||||
🆗 = Downlevel/Best Effort Support
|
||||
📐 = Requires the [ANGLE](#angle) translation layer (GL ES 3.0 only)
|
||||
🌋 = Requires the [MoltenVK](https://vulkan.lunarg.com/sdk/home#mac) translation layer
|
||||
🛠️ = Unsupported, though open to contributions
|
||||
|
||||
### Shader Support
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user