commit | 06b574a0e2620f96a73aeb61456d4257a83f4f35 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Aug 26 17:19:25 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 26 17:19:25 2024 +0000 |
tree | 3fe95f2a3bcfb1e3e16d2674700b26cea761ecf2 | |
parent | eb2da252fae771b0cf03e29793e1e829bb28bc7d [diff] |
Update casing of `type.h` `is_*` methods. This CL updates the camel_case `is_foo` methods in Type to be PascalCase like the rest of the methods, so `IsFoo`. Any method which as not used, or only used in `type.cc` is removed. Change-Id: Ife52bbea88e3983a11b9d293ce52a97a51046590 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203874 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.