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