commit | 907567454719f17fba8455c1656f9f8f88c5d2c2 | [log] [tgz] |
---|---|---|
author | Diego Rodrigues <diejorarr@gmail.com> | Tue Jun 10 21:17:27 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 10 21:17:27 2025 -0700 |
tree | 2e6a179d8b2bcee0d92cda66997a4f0292bcbffa | |
parent | eaf4d0f4ab6c48e2c8dd78db43b7ebbf27aa1f1d [diff] |
[tint][wgsl] Add texel_buffers as a core type Introduces a new Tint core type `texel_buffer` and adds the type to `wgsl.def`. Bug: 382544164 Change-Id: I100879a89900be212e5da55bd203b1005a3f3b6f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246234 Reviewed-by: dan sinclair <dsinclair@chromium.org> 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.