CMake-only fork of https://dawn.googlesource.com/dawn with cleaned, vendored dependencies
e631c00cba
This Cl upates the deps file to use the chromium mirror instead of github directly. Change-Id: Ie38bae8b171027f08054345df9ffd3ed940c1281 Bug: tint:9 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/16460 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Dan Sinclair <dsinclair@google.com> |
||
---|---|---|
fuzz | ||
samples | ||
src | ||
test | ||
third_party | ||
tools | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
CPPLINT.cfg | ||
DEPS | ||
Doxyfile | ||
LICENSE | ||
README.md |
README.md
Tint
Tint is a compiler for the WebGPU Shader Language (WGSL).
This is not an officially supported Google product.
Requirements
- Git
- CMake (3.10.2 or later)
- Ninja (or other build tool)
- Python, for fetching dependencies
Build options
TINT_BUILD_SPV_PARSER
: enable the SPIR-V input parser
Building
./tools/git-sync-deps
mkdir -p out/Debug
cd out/Debug
cmake -GNinja ../..
ninja
Contributing
Please see the CONTRIBUTING and CODE_OF_CONDUCT files on how to contribute to Tint.