| commit | 98e078134d3c9d9c539486c7e836aed55b73f26a | [log] [tgz] |
|---|---|---|
| author | Jiawei Shao <jiawei.shao@intel.com> | Wed Nov 04 09:44:37 2020 +0000 |
| committer | Commit Bot service account <commit-bot@chromium.org> | Wed Nov 04 09:44:37 2020 +0000 |
| tree | 10803caa38bdc33c247180a143ffbbf4b1a46a8d | |
| parent | db8766bb239bed8a49c7a8561e4d42d6733b497e [diff] |
Remove DAWN_NATIVE_EXPORT declaration from dawn_platform::Platform This patch fixes a LNK4217 error when building Dawn perf tests with the latest VS2019 by removing DAWN_NATIVE_EXPORT declaration from dawn_platform::Platform(). BUG=dawn:396 Change-Id: I232ac741f6356981c917fa4f1ed8ddf3bce280ae Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/31800 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.