commit | c07449b28154ad5d05f128c93cae9e8a8b60f05c | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Dec 16 10:15:38 2024 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 16 10:15:38 2024 -0800 |
tree | f8ce34feb5c0965b0cb5c97f6346d487d04e3116 | |
parent | afc9c139de7ea3a911171da83ac6922a0089fe34 [diff] |
[ir] Remove std::optional from remapped_entry_point_name Use an empty string to indicate that no remapping should be performed instead. This removes the need for additional checks around this option. Bug: 380043958 Change-Id: I678485d359cb6280f5cda6e85a6506752e8b0d35 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219255 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: 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.