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 9ca4bbc70..9e8f146b9 100644 --- a/source/slang/compiler.h +++ b/source/slang/compiler.h @@ -608,6 +608,9 @@ namespace Slang RefPtr<Type> constExprRate; RefPtr<Type> irBasicBlockType; + RefPtr<Type> stringType; + RefPtr<Type> enumTypeType; + ComPtr<ISlangSharedLibraryLoader> sharedLibraryLoader; ///< The shared library loader (never null) ComPtr<ISlangSharedLibrary> sharedLibraries[int(SharedLibraryType::CountOf)]; ///< The loaded shared libraries SlangFuncPtr sharedLibraryFunctions[int(SharedLibraryFuncType::CountOf)]; |
