commit | a011704b230c4fe0c076b53e4a9eb9b14e57beb6 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Jan 03 10:53:42 2024 +0000 |
committer | Ben Clayton <bclayton@google.com> | Wed Jan 03 10:53:42 2024 +0000 |
tree | 887bd178af0e1a8e6587a2f90c1b354547047bd8 | |
parent | c9115e1bd338325c4f91b5043077fa0e8e6a56bd [diff] |
[tint][ir] Remove FunctionParam::Builtin, use core::BuiltinValue Now that we have a separation of core and WGSL definitions, I don't think there's a good reason for having yet another copy this builtin enum. Change-Id: Id8869e81627e89fc05c7561488a17a8b5eea0e8c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165041 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.