commit | b27bce431140c1c01cb3690dfe24265e4a635300 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Sep 15 04:59:35 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 15 04:59:35 2023 +0000 |
tree | 6b67cf19b9b706785021c5db27ce338e17bb618f | |
parent | 6997f0e157e4ccf8060545b4ffb8351b160e0d17 [diff] |
D3D12: Replace deprecated IDxcCompiler with IDxcCompiler3 This patch replaces the deprecated DXC interface IDxcCompiler with IDxcCompiler3 to compile HLSL. Bug: dawn:402 Change-Id: If1571272b736b95b8863e68cfa809f6ee91d8e8f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/150706 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> 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.