commit | fa41649ea45f962921baed44ec02c7dbb0ee8b2d | [log] [tgz] |
---|---|---|
author | Jaswant Panchumarti <jaswant.panchumarti@kitware.com> | Sat Jun 22 11:08:57 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jun 22 11:08:57 2024 +0000 |
tree | 8a6fcd2df1b48f5ee06a288bed3a3a76266749d4 | |
parent | 61f9bc045651699232addfdebeb4e42700bfac2c [diff] |
Initialize CMAKE_BUILD_TYPE in a cmake module - adds new DawnInitializeBuildType.cmake module which sets CMAKE_BUILD_TYPE to Debug if none was specified. Change-Id: I46e6764e9d72539e7c29f14490f1bd78e72fa634 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194909 Commit-Queue: Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: dan sinclair <dsinclair@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.