Corentin Wallez | d273d33 | 2018-08-16 13:57:54 +0200 | [diff] [blame] | 1 | Name: Dawn |
| 2 | Short Name: dawn |
Corentin Wallez | 038a855 | 2018-09-25 20:53:37 +0000 | [diff] [blame] | 3 | URL: https://dawn.googlesource.com/dawn |
Corentin Wallez | d273d33 | 2018-08-16 13:57:54 +0200 | [diff] [blame] | 4 | License: Apache 2.0 |
| 5 | License File: LICENSE |
| 6 | Security Critical: yes |
| 7 | |
| 8 | Description: |
| 9 | Dawn is an implementation of the WebGPU standard exposed through a C/C++ |
| 10 | interface. It provides implementations on top of native graphics APIs like |
| 11 | D3D12, Metal and Vulkan, as well as a client-server implementation to remote |
| 12 | WebGPU outside sandboxed context like Chromium's render processes. |