blob: 8d1dad404f502ccd76318ce2665083b0e03bcfe0 [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
Austin Engcc2516a2023-10-17 20:57:54 +00004License: BSD 3-Clause
Corentin Wallezd273d332018-08-16 13:57:54 +02005License File: LICENSE
6Security Critical: yes
Anne Redulla8179bf52023-07-14 17:17:20 +00007Shipped: yes
Corentin Wallezd273d332018-08-16 13:57:54 +02008
9Description:
10Dawn is an implementation of the WebGPU standard exposed through a C/C++
11interface. It provides implementations on top of native graphics APIs like
12D3D12, Metal and Vulkan, as well as a client-server implementation to remote
13WebGPU outside sandboxed context like Chromium's render processes.