summaryrefslogtreecommitdiff
path: root/source/slang/slang-syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-syntax.h')
-rw-r--r--source/slang/slang-syntax.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/slang-syntax.h b/source/slang/slang-syntax.h
index 61219ecd2..061ca4d26 100644
--- a/source/slang/slang-syntax.h
+++ b/source/slang/slang-syntax.h
@@ -1526,6 +1526,10 @@ namespace Slang
Session* session,
DeclRef<GenericDecl> const& declRef);
+ RefPtr<NamespaceType> getNamespaceType(
+ Session* session,
+ DeclRef<NamespaceDeclBase> const& declRef);
+
RefPtr<SamplerStateType> getSamplerStateType(
Session* session);