diff options
Diffstat (limited to 'source/slang/type-system-shared.h')
| -rw-r--r-- | source/slang/type-system-shared.h | 5 |
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) \ |
