Rename TINT_INSTANTIATE_CLASS_ID()

to TINT_INSTANTIATE_TYPEINFO()

ClassID isn't a thing any more.

Change-Id: Ie1c0d4a95e58ef7166d3cab5ef733a2dfc702345
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/42921
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: James Price <jrprice@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
Ben Clayton
2021-03-02 20:51:18 +00:00
committed by Commit Bot service account
parent 2f8df72930
commit 7732ca51c4
92 changed files with 105 additions and 105 deletions

View File

@@ -55,7 +55,7 @@
#include "src/type/u32_type.h"
#include "src/type_determiner.h"
TINT_INSTANTIATE_CLASS_ID(tint::transform::FirstIndexOffset::Data);
TINT_INSTANTIATE_TYPEINFO(tint::transform::FirstIndexOffset::Data);
namespace tint {
namespace transform {

View File

@@ -19,7 +19,7 @@
#include "src/clone_context.h"
#include "src/program_builder.h"
TINT_INSTANTIATE_CLASS_ID(tint::transform::Data);
TINT_INSTANTIATE_TYPEINFO(tint::transform::Data);
namespace tint {
namespace transform {