commit | 1208353fd3a53bd3c30999603427cd3479cabaff | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Mon Mar 18 23:38:24 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 18 23:38:24 2024 +0000 |
tree | c09d27eb61d33df53c6c5d64788b56dbea6ad5b2 | |
parent | 37ba90f3e668befee07c9155280a1eb79a56de5f [diff] |
Fix DXC shader model version check It should be disabled if the shader model is < 6.0, not <= 6.0 Bug: chromium:41494633 Change-Id: Iba4de7d896f8612e30faa441eb67e156ba59c4a1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/179441 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Austin Eng <enga@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.