diff options
author | Zakor Gyula <gyula.zakor@h-lab.eu> | 2019-11-10 14:56:22 +0100 |
---|---|---|
committer | Zakor Gyula <gyula.zakor@h-lab.eu> | 2019-11-21 08:30:26 +0100 |
commit | 12893aa0102f220f411b273a36ac1b4e25fa0ab7 (patch) | |
tree | 37362e455b8a1352fc88d39f8eb87170754c5d06 /docs | |
parent | 47e39af0f36227e8e98b3dc3511c225192bf3736 (diff) | |
download | servo-12893aa0102f220f411b273a36ac1b4e25fa0ab7.tar.gz servo-12893aa0102f220f411b273a36ac1b4e25fa0ab7.zip |
Initial implementation of WebGPU API
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ORGANIZATION.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ORGANIZATION.md b/docs/ORGANIZATION.md index 2ec15f28b1c..d369a0b50b3 100644 --- a/docs/ORGANIZATION.md +++ b/docs/ORGANIZATION.md @@ -54,6 +54,8 @@ * assorted utility methods and types that are commonly used throughout the project. * webdriver_server * In-process server to allow manipulating browser instances via a WebDriver client. + * webgpu + * Implementation of threads for the WebGPU API. * etc * Useful tools and scripts for developers. * mach |