diff options
Diffstat (limited to 'source/slang/compiler.h')
| -rw-r--r-- | source/slang/compiler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h index c6a114d7d..bf71dd217 100644 --- a/source/slang/compiler.h +++ b/source/slang/compiler.h @@ -550,10 +550,13 @@ namespace Slang void initializeTypes(); Type* getBoolType(); + Type* getHalfType(); Type* getFloatType(); Type* getDoubleType(); Type* getIntType(); + Type* getInt64Type(); Type* getUIntType(); + Type* getUInt64Type(); Type* getVoidType(); Type* getBuiltinType(BaseType flavor); |
