summaryrefslogtreecommitdiffstats
path: root/source/slang/emit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/emit.cpp')
-rw-r--r--source/slang/emit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp
index 28fb0b551..e86a6d1e4 100644
--- a/source/slang/emit.cpp
+++ b/source/slang/emit.cpp
@@ -2076,7 +2076,7 @@ struct EmitVisitor
{
return true;
}
- else if(as<IRSamplerStateType>(type))
+ else if(as<IRSamplerStateTypeBase>(type))
{
return true;
}