commit | f9ed9d3a6349f781957fccae7af9bf8d6bd268b4 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Oct 11 19:49:17 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 11 19:49:17 2022 +0000 |
tree | 03e13659661555812ab1ab78e3b97fb13ea4a7e9 | |
parent | c1af0f5005d04d2db500acba0f093cafe9a95de5 [diff] [blame] |
tint/ast: Generate interpolate_attribute.[h|cc] Emits all the enum info from the single-source-of-truth `intrinsics.def` file Change-Id: Ie9deba9e64927945133027cf243777944119ea41 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/105327 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
diff --git a/src/tint/ast/builtin_value.h b/src/tint/ast/builtin_value.h index eb45b39..f7dd660 100644 --- a/src/tint/ast/builtin_value.h +++ b/src/tint/ast/builtin_value.h
@@ -27,7 +27,7 @@ namespace tint::ast { -/// Storage class of a given pointer. +/// Builtin value defined with `@builtin(<name>)`. enum class BuiltinValue { kInvalid, kFragDepth,