summaryrefslogtreecommitdiff
path: root/source/slang/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/compiler.h')
-rw-r--r--source/slang/compiler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h
index 1cfb9201d..d2072387e 100644
--- a/source/slang/compiler.h
+++ b/source/slang/compiler.h
@@ -655,6 +655,10 @@ namespace Slang
Type* elementType,
IntVal* elementCount);
+ RefPtr<VectorExpressionType> getVectorType(
+ RefPtr<Type> elementType,
+ RefPtr<IntVal> elementCount);
+
SyntaxClass<RefObject> findSyntaxClass(Name* name);
Dictionary<Name*, SyntaxClass<RefObject> > mapNameToSyntaxClass;