commit | 8c55580abd772a688334eeae9a4d329e46ccb3de | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jun 24 22:32:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 24 22:32:44 2024 +0000 |
tree | a34d20a9f5cb185f0dfb104f78b87383beeb8fe8 | |
parent | 50cd4f3f18d7bd2d9e74b057cb4f4e2fabf68bca [diff] |
[hlsl] Add `discard` This CL add support for emitting `discard` and `TerminateInvocation` instructions. Bug: 42251045 Change-Id: Iab7971da453ae3aa52166e8999fe94b52179084b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/195474 Reviewed-by: James Price <jrprice@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.