CMake-only fork of https://dawn.googlesource.com/dawn with cleaned, vendored dependencies
Go to file
Corentin Wallez cf8e404c7c Triage a few WebGPU expectations
Bug: dawn:1345 dawn:1512
Change-Id: I3f824b3779005c9f39742d900930045560e5f080
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104940
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
2022-10-07 15:15:13 +00:00
.vscode
build_overrides
docs Rename StorageClass to AddressSpace. 2022-10-03 14:05:23 +00:00
generator
include vulkan: Validate that exporting a texture uses VK_IMAGE_LAYOUT_UNDEFINED 2022-10-04 17:27:21 +00:00
infra
scripts
src tint/sem: Add Type::HoldsAbstract() 2022-10-06 20:58:46 +00:00
test tint: Add _tint_materialize internal builtin 2022-10-06 19:54:07 +00:00
third_party Rebuild webgpu-cts when files are deleted 2022-10-05 00:00:05 +00:00
tools Rename StorageClass to AddressSpace. 2022-10-03 14:05:23 +00:00
webgpu-cts Triage a few WebGPU expectations 2022-10-07 15:15:13 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore Install CIPD ninja using DEPS 2022-10-03 02:48:52 +00:00
.gn
AUTHORS
BUILD.gn
CMakeLists.txt
CMakeSettings.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CPPLINT.cfg
DEPS Roll vulkan-deps from 2514a680a159 to 1172dba33888 (2 revisions) 2022-10-07 12:17:55 +00:00
DIR_METADATA
Doxyfile
LICENSE
OWNERS
PRESUBMIT.py
README.chromium
README.md
codereview.settings
dawn.json webgpu.h: bundlesCount -> bundleCount 2022-09-30 20:34:08 +00:00
dawn_wire.json
go.mod
go.sum
go_presubmit_support.py
tint_overrides_with_defaults.gni

README.md

Dawn's logo: a sun rising behind a stylized mountain inspired by the WebGPU logo. The text "Dawn" is written below it.

Dawn, a WebGPU implementation

Dawn is an open-source and cross-platform implementation of the work-in-progress 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 C/C++ headers that applications and other building blocks use.
    • The webgpu.h version that Dawn implements.
    • A C++ wrapper for the webgpu.h.
  • A "native" implementation of WebGPU using platforms' GPU APIs: D3D12, Metal, Vulkan and OpenGL. See per API support for more details.
  • A client-server implementation of WebGPU for applications that are in a sandbox without access to native drivers
  • Tint is a compiler for the WebGPU Shader Language (WGSL) that can be used in standalone to convert shaders from and to WGSL.

Helpful links:

Documentation table of content

Developer documentation:

User documentation: (TODO, figure out what overlaps with the webgpu.h docs)

Status

(TODO)

License

Apache 2.0 Public License, please see LICENSE.

Disclaimer

This is not an officially supported Google product.