commit | 7b5707fa47ec1a97d9c1cf24109def45d479248f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jun 24 21:56:16 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 24 21:56:16 2024 +0000 |
tree | 7a117c1eace1505cc81a09a3e53ea218e81f2941 | |
parent | c1f534c12c058f15eb8c330d584ee4801994be2e [diff] |
[hlsl] Polyfill the HLSL IR select builtin. This Cl adds a polyfil for the `select` builtin and converts it to a custom HLSL ternary instruction. Bug: 42251045 Change-Id: Iecb0b6d6e10fdd48c2df332890f5757dedd22ccf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/195374 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@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.