Fix for Geolocation webTCT failures
[platform/framework/web/chromium-efl.git] / third_party / dawn / README.chromium
1 Name: Dawn
2 Short Name: dawn
3 URL: https://dawn.googlesource.com/dawn
4 License: BSD 3-Clause
5 License File: LICENSE
6 Security Critical: yes
7 Shipped: yes
8
9 Description:
10 Dawn is an implementation of the WebGPU standard exposed through a C/C++
11 interface. It provides implementations on top of native graphics APIs like
12 D3D12, Metal and Vulkan, as well as a client-server implementation to remote
13 WebGPU outside sandboxed context like Chromium's render processes.