commit | eee3ad04f703c90c7af1a8f0ea358231247f955a | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Nov 20 13:22:41 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 20 13:22:41 2023 +0000 |
tree | fc5b46cc9d0800732a72d127bbbe582ac94f72d5 | |
parent | 2df80919e87e5f4244c155de5a16a7b194fd5d29 [diff] |
[ir][msl] Add `discard` to MSL IR printer This CL adds support for emitting `discard_fragment` from the MSL IR printer. Bug: tint:1967 Change-Id: I9f11c3fcf0ec5aba429add6da413f3a351c332d2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/161680 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: 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.