mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Rename builtin constant_id to override
There are no downstream usages, so we can skip deprecation. Allowing the ID to be omitted will be done in a separate patch. Fixed: tint:754 Change-Id: I3bd6de4d0f426fc3c66708bfd5b411a4051b375b Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/49581 Commit-Queue: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Commit Bot service account
parent
083b591783
commit
e87ded8567
@@ -187,7 +187,6 @@ tint_unittests_source_set("tint_unittests_core_src") {
|
||||
"../src/ast/call_expression_test.cc",
|
||||
"../src/ast/call_statement_test.cc",
|
||||
"../src/ast/case_statement_test.cc",
|
||||
"../src/ast/constant_id_decoration_test.cc",
|
||||
"../src/ast/continue_statement_test.cc",
|
||||
"../src/ast/depth_texture_test.cc",
|
||||
"../src/ast/discard_statement_test.cc",
|
||||
@@ -209,6 +208,7 @@ tint_unittests_source_set("tint_unittests_core_src") {
|
||||
"../src/ast/module_clone_test.cc",
|
||||
"../src/ast/module_test.cc",
|
||||
"../src/ast/multisampled_texture_test.cc",
|
||||
"../src/ast/override_decoration_test.cc",
|
||||
"../src/ast/pointer_test.cc",
|
||||
"../src/ast/return_statement_test.cc",
|
||||
"../src/ast/sampled_texture_test.cc",
|
||||
|
||||
Reference in New Issue
Block a user