commit | a24acf2fbc8a6c2535596582923b4b95ea9a1382 | [log] [tgz] |
---|---|---|
author | Shaobo <shaobo.yan@intel.com> | Wed Mar 02 02:44:01 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 02 02:44:01 2022 +0000 |
tree | b9dbec10d22fbd6fdc84a225f4ce5ae1f5032d35 | |
parent | 02737aa6bd7d153650333f03bad8fff57e053cca [diff] |
Validate destination texture states for CopyTextureForBrowser Current implmentation of ValidateCopyTextureForBrowser has a bug to verify destination texture states. This CL fix the simple bug and add noop copy in unittest to catch this issue. Bug: dawn:1306 Change-Id: I193105ced89db5092873d604c7dbf43d7ea4fba0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/82101 Commit-Queue: Shaobo Yan <shaobo.yan@intel.com> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Jiawei Shao <jiawei.shao@intel.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.