| commit | 4a9ce59cb279c9b85231beea827b62247dd01c39 | [log] [tgz] |
|---|---|---|
| author | Stephen Gutekanst <stephen@hexops.com> | Wed Jul 13 12:28:50 2022 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 13 12:28:50 2022 +0000 |
| tree | 355ed355ee08bf626e4799f817741610c7132377 | |
| parent | 7ae5c41412be17ea489cf20344141ec18410f5f2 [diff] |
dawn/native/d3d12: use correct __uuidof operator This code uses `_uuidof` (single undescore) instead of `__uuidof` (two underscores), only the latter is documented as the officially supported operator by Microsoft: https://docs.microsoft.com/en-us/cpp/cpp/uuidof-operator?view=msvc-170 I suspect `_uuidof` and `__uuidof` are the same under the msvc compiler, but in other compilers (Zig/clang/MinGW) only the officially supported `__uuidof` is exposed. This change improves compatability with such compilers. Signed-off-by: Stephen Gutekanst <stephen@hexops.com> Change-Id: If2850a1a98507161739fcd5f52ebd4ceaefffe75 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87309 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
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.