Skip to content

Fork of dawn.googlesource.com/dawn with generated code and third-party dependencies committed

License

Notifications You must be signed in to change notification settings

hexops-graveyard/dawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80c358e · Aug 10, 2023
May 16, 2023
Aug 4, 2023
Aug 3, 2023
Aug 4, 2023
Aug 10, 2023
Aug 9, 2023
Aug 10, 2023
Aug 9, 2023
Dec 31, 2022
Aug 1, 2023
Aug 10, 2023
Aug 8, 2023
Aug 4, 2023
Aug 10, 2023
Aug 9, 2023
Aug 10, 2023
May 19, 2022
May 30, 2022
Jul 29, 2023
Aug 2, 2023
Aug 4, 2023
May 25, 2022
Jul 20, 2023
Jun 18, 2022
Jul 13, 2023
Apr 8, 2022
Mar 2, 2020
Apr 10, 2022
Apr 13, 2022
Aug 10, 2023
Feb 4, 2021
Oct 27, 2022
Dec 2, 2021
Aug 4, 2023
Aug 4, 2023
Jul 14, 2023
Aug 9, 2022
Mar 10, 2021
Aug 10, 2023
Jun 26, 2023
May 16, 2023
May 16, 2023
Dec 8, 2022
Apr 26, 2023

Repository files navigation

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.