summaryrefslogtreecommitdiffstats
path: root/source/compiler-core
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler-core')
-rw-r--r--source/compiler-core/slang-artifact-associated-impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/compiler-core/slang-artifact-associated-impl.h b/source/compiler-core/slang-artifact-associated-impl.h
index 8a89f865b..0418b2018 100644
--- a/source/compiler-core/slang-artifact-associated-impl.h
+++ b/source/compiler-core/slang-artifact-associated-impl.h
@@ -163,6 +163,9 @@ struct ShaderBindingRange
case slang::UnorderedAccess:
case slang::SamplerState:
case slang::DescriptorTableSlot:
+ case slang::VaryingInput:
+ case slang::VaryingOutput:
+ case slang::SpecializationConstant:
return true;
default:
return false;