commit | 3b0e5df0e510e43b9c6b58e3ce9a11d136aa41b4 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Jan 03 16:49:21 2024 +0000 |
committer | Ben Clayton <bclayton@google.com> | Wed Jan 03 16:49:21 2024 +0000 |
tree | 35d906da385d1e0204d3794cd7f1225fa224a02c | |
parent | e8b7b02cbd6e20b5f247a88dabe12dc25e586a76 [diff] |
[tint][ir] Remove Function::ReturnBuiltin, use core::BuiltinValue Validation can catch the invalid builtin values, just like it catches everything else. Change-Id: I10ac58eddbecf52680d997c75566ac6e1b47d42d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165043 Reviewed-by: dan sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@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.