commit | 7bf614aee99ff617c9bd8792ecd01955dc9fd15b | [log] [tgz] |
---|---|---|
author | Jim Blackler <jimblackler@google.com> | Mon Jun 24 18:30:09 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 24 18:30:09 2024 +0000 |
tree | 666aaaf6dbf49766fbb53a309fa041ffdeca61d9 | |
parent | b49d0eff04ddf1b4f24ae1b938a8bec86c91dfff [diff] |
Indenting fixes in Kotlin template This is in preparation for CL "Generalize JNI type logic in macros" which for some reason triggers assertions in generator_lib.py preprocess caused by *existing* indenting issues in the template. generator_lib wants all content in a nested jinja2 block to have a greater indention, which I can work around without an extra indention for the C block by closing the scope on the same line as the next {% elif %} etc. It doesn't recognise {% if .. %} etc if there's a newline inside the tag. Change-Id: Id3a8eb3aeb29dbac9e562df285dd1a1331eee0a6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/195294 Commit-Queue: Jim Blackler <jimblackler@google.com> Reviewed-by: Corentin Wallez <cwallez@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.