commit | 8119dbd274712f7a2899eb41a0108d23fee0410b | [log] [tgz] |
---|---|---|
author | Zhuang Xu <zhuangxu@microsoft.com> | Wed Feb 12 20:19:47 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 12 20:19:47 2025 -0800 |
tree | d12c77b6c2084e06cf8ee338661ff71ad254eca2 | |
parent | d320db7de6467b3a99b7722402d8346ce76e6340 [diff] |
Set MacOS deployment target to 11.0 when building with CMake gn build adds a build flag `-mmacos-version-min=11.0", which is missing in cmake file. This build flag also can suppress some deprecated API warnings. Bug: 377960208 Change-Id: Ibc584fa71183b9681d16af56b239522392dfd49b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/225894 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Shaobo Yan <shaoboyan@microsoft.com> Reviewed-by: Corentin Wallez <cwallez@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.