diff options
Diffstat (limited to 'source/slang/compiler.h')
| -rw-r--r-- | source/slang/compiler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h index 7b539ce69..7a045d23c 100644 --- a/source/slang/compiler.h +++ b/source/slang/compiler.h @@ -433,6 +433,10 @@ namespace Slang // Construct pointer types on-demand RefPtr<PtrType> getPtrType(RefPtr<Type> valueType); + RefPtr<ArrayExpressionType> getArrayType( + Type* elementType, + IntVal* elementCount); + RefPtr<GroupSharedType> getGroupSharedType(RefPtr<Type> valueType); SyntaxClass<RefObject> findSyntaxClass(Name* name); |
