mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-18 09:25:25 +00:00
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:
committed by
Commit Bot service account
parent
2f8df72930
commit
7732ca51c4
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "src/semantic/call.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::semantic::Call);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::semantic::Call);
|
||||
|
||||
namespace tint {
|
||||
namespace semantic {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "src/symbol_table.h"
|
||||
#include "src/type/type.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::semantic::CallTarget);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::semantic::CallTarget);
|
||||
|
||||
namespace tint {
|
||||
namespace semantic {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "src/type/type.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::semantic::Expression);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::semantic::Expression);
|
||||
|
||||
namespace tint {
|
||||
namespace semantic {
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "src/type/storage_texture_type.h"
|
||||
#include "src/type/texture_type.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::semantic::Function);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::semantic::Function);
|
||||
|
||||
namespace tint {
|
||||
namespace semantic {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "src/semantic/intrinsic.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::semantic::Intrinsic);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::semantic::Intrinsic);
|
||||
|
||||
namespace tint {
|
||||
namespace semantic {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "src/semantic/member_accessor_expression.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::semantic::MemberAccessorExpression);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::semantic::MemberAccessorExpression);
|
||||
|
||||
namespace tint {
|
||||
namespace semantic {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "src/semantic/node.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::semantic::Node);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::semantic::Node);
|
||||
|
||||
namespace tint {
|
||||
namespace semantic {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "src/type/type.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::semantic::Statement);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::semantic::Statement);
|
||||
|
||||
namespace tint {
|
||||
namespace semantic {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "src/semantic/variable.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::semantic::Variable);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::semantic::Variable);
|
||||
|
||||
namespace tint {
|
||||
namespace semantic {
|
||||
|
||||
Reference in New Issue
Block a user