commit | b05f204aff3bd1bad93e352bf37e5b5df0f7d06d | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu Dec 14 19:21:33 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 14 19:21:33 2023 +0000 |
tree | 6fb82f73fa2f43e4245c6b4309443e970e66af62 | |
parent | 82b316d8c8e9e7cd42463a93aeee21b438d2bcdb [diff] |
Require at least Vulkan version 1.1 Tint emits SPIR-V 1.3, which is only supported in Vulkan 1.1 and later. Follow-on bugs will be filed to simplify code now that we can assume 1.1. Bug: dawn:2289 Change-Id: Iee6f7081263a3d4488c85693c3167c845e68a9e7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165528 Reviewed-by: Brandon Jones <bajones@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Austin Eng <enga@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.