mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 08:27:05 +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
@@ -19,7 +19,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::AccessControl);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::AccessControl);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::Alias);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::Alias);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "src/program_builder.h"
|
||||
#include "src/type/vector_type.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::Array);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::Array);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::Bool);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::Bool);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::DepthTexture);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::DepthTexture);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::F32);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::F32);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::I32);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::I32);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "src/type/array_type.h"
|
||||
#include "src/type/vector_type.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::Matrix);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::Matrix);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::MultisampledTexture);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::MultisampledTexture);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::Pointer);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::Pointer);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::SampledTexture);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::SampledTexture);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::Sampler);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::Sampler);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::StorageTexture);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::StorageTexture);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "src/type/matrix_type.h"
|
||||
#include "src/type/vector_type.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::Struct);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::Struct);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "src/type/multisampled_texture_type.h"
|
||||
#include "src/type/sampled_texture_type.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::Texture);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::Texture);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "src/type/vector_type.h"
|
||||
#include "src/type/void_type.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::Type);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::Type);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::U32);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::U32);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::Vector);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::Vector);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "src/clone_context.h"
|
||||
#include "src/program_builder.h"
|
||||
|
||||
TINT_INSTANTIATE_CLASS_ID(tint::type::Void);
|
||||
TINT_INSTANTIATE_TYPEINFO(tint::type::Void);
|
||||
|
||||
namespace tint {
|
||||
namespace type {
|
||||
|
||||
Reference in New Issue
Block a user