commit | dd143d259450d8e4e3797667dc8ef51111b5dd56 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Sep 18 04:34:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 18 04:34:45 2024 +0000 |
tree | f1e6a63833fad7db16fd123a2cf05dd204f709ba | |
parent | 31cb19d6c599acc0892b394e6ce1b7797a297776 [diff] |
[glsl][ir] Polyfill the `extractBits` call This Cl implements the `extractBits` WGSL call in terms of the `bitfieldExtract` GLSL call. Bug: 42251044 Change-Id: I5de7316a3bb6a33d01cfd2e38ab6d4148ab107eb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206795 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.