Move OpenGL-Registry to the standard 3p layout In preparation for turning on an autoroller for the OpenGL-Registry files, this CL moves it to a more standard 3d layout. The main part is that the checked out code is under a `src/` folder in the parent. To keep the nesting down, I moved `third_party/khronos/OpenGL-Registry` to `third_party/OpenGL-Registry/src` and created the appropriate README and LICENSE files. Bug: 493762877 Change-Id: Ic57a33987bed8b05f02edf210edd31370b06cb4c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/298315 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h version that Dawn implements.webgpu.h.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.