blob: 99052251a93c2242a93ccee7f2f3b80661254e0b [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
Jiewei Qian701e4f52024-10-10 14:52:21 +00004Version: N/A
5Revision: DEPS
Austin Engcc2516a2023-10-17 20:57:54 +00006License: BSD 3-Clause
Corentin Wallezd273d332018-08-16 13:57:54 +02007License File: LICENSE
8Security Critical: yes
Anne Redulla8179bf52023-07-14 17:17:20 +00009Shipped: yes
Corentin Wallezd273d332018-08-16 13:57:54 +020010
11Description:
12Dawn is an implementation of the WebGPU standard exposed through a C/C++
13interface. It provides implementations on top of native graphics APIs like
14D3D12, Metal and Vulkan, as well as a client-server implementation to remote
15WebGPU outside sandboxed context like Chromium's render processes.