commit | 26932ded676580f8b893aebf121f2948bf243bdd | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jun 16 15:00:39 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 16 15:00:39 2025 -0700 |
tree | a374ef76aa1db9a7870354da79d61f02d996f9cd | |
parent | a17ba7ad00c2695ef2541c0f7741c7cdbfbb551e [diff] |
Remove `Type::IsScalarVector` All of our vectors are scalar vectors, so this is really just a strange way of saying `Is<core::type::Vector>()`. Remove the call and replace the two usages with checks for Vector directly. Change-Id: I035a6d3b7266f48b899bbb3a9eee0dc58aff164f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246774 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com>
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.