Add OWNERS and README.chromium

This commit is contained in:
Corentin Wallez 2018-08-16 13:57:54 +02:00 committed by Corentin Wallez
parent 3b24668283
commit d273d33a63
2 changed files with 14 additions and 0 deletions

2
OWNERS Normal file
View File

@ -0,0 +1,2 @@
cwallez@chromium.org
kainino@chromium.org

12
README.chromium Normal file
View File

@ -0,0 +1,12 @@
Name: Dawn
Short Name: dawn
URL: https://github.com/google/nxt-standalone
License: Apache 2.0
License File: LICENSE
Security Critical: yes
Description:
Dawn is an implementation of the WebGPU standard exposed through a C/C++
interface. It provides implementations on top of native graphics APIs like
D3D12, Metal and Vulkan, as well as a client-server implementation to remote
WebGPU outside sandboxed context like Chromium's render processes.