commit | 808942c85b5b804d38f9abcd37cbb5e605ab081d | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Aug 06 20:11:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 06 20:11:45 2024 +0000 |
tree | 769433a13430ed3f4b0a60e30811a34b07b701b1 | |
parent | 04f43d5fe2848ed9f2743a8211857b10f9148436 [diff] |
[hlsl] Emit `textureSampleGrad` in HLSL IR This CL adds support for the `textureSampleGrad` intrinsic to the HLSL IR backend. Bug: 42251045 Change-Id: Iff19246808fd0954610114d0effcdb55129e43dd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/201394 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Antonio Maiorano <amaiorano@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.