commit | 77cfb6aa325e35906a968203cf32865bd328689b | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Nov 16 18:29:50 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 16 18:29:50 2023 +0000 |
tree | b3526784180d9995ed201c40198be2b37cd28501 | |
parent | 2e4b301ab516935dd2afc7e6e161e628a7ab2c43 [diff] |
Move tint options to the HLSL request This CL moves the options which are passed to Tint for the HLSL backend into a tintOptions object in the compilation request instead of passing each option individually. Change-Id: I2d36df15b4a0ba40215f7af9c73fb1c59b2bf012 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/160920 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@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.