commit | 48948c696b62557e2f6a6c1444bc6ce2ac25c675 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Jun 12 13:25:55 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 12 13:25:55 2024 +0000 |
tree | f5876b8301ab2d59a7a4f3588ffff23a095682c0 | |
parent | ae01fdec6559fe9153347b8ea4971168d0e0bfc3 [diff] |
[hlsl] Stub out emitting lets and vars This CL adds the basics for emitting `let` and `var` statements from the HLSL backend. Bug: 42251045 Change-Id: Ie874b40a17141e4fd83bb474c9f38827117516f8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/192960 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.