summaryrefslogtreecommitdiff
path: root/source/slang/type-system-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/type-system-shared.h')
-rw-r--r--source/slang/type-system-shared.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/slang/type-system-shared.h b/source/slang/type-system-shared.h
index dd06026c5..183cacb4b 100644
--- a/source/slang/type-system-shared.h
+++ b/source/slang/type-system-shared.h
@@ -8,7 +8,12 @@ namespace Slang
#define FOREACH_BASE_TYPE(X) \
X(Void) \
X(Bool) \
+ X(Int8) \
+ X(Int16) \
X(Int) \
+ X(Int64) \
+ X(UInt8) \
+ X(UInt16) \
X(UInt) \
X(UInt64) \
X(Half) \