commit | da8a08aefec265090b9aedbbeaea919b81395904 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Nov 28 16:41:17 2023 +0000 |
committer | Ben Clayton <bclayton@google.com> | Tue Nov 28 16:41:17 2023 +0000 |
tree | 5a1383fbd047ee21d8fe42df64fbdb9acecc4e17 | |
parent | 08396a3b9ac5c58fc0e86e3c3b53869228c8d6f9 [diff] |
[tint][ir] Change Instruction::Result() return type To be InstructionResult* instead of Value*. All Instructions have InstructionResult result values. Return the more specific type. Change-Id: I786bb2e48aafe591eb0020409792cdd48ae55377 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163243 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.