summaryrefslogtreecommitdiffstats
path: root/source/compiler-core
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-08-06 15:56:27 -0700
committerGitHub <noreply@github.com>2025-08-06 22:56:27 +0000
commitde7ccaf127d8bb847a0ad25f45e8d1902dc1b958 (patch)
tree77cf9c35e6f04a416da7932adc1aa23ff7b25a1e /source/compiler-core
parentb9f999b74301665d793357e8b78da3b8de9473da (diff)
Fix unused space discovery for bindless heap. (#8075)
Diffstat (limited to 'source/compiler-core')
-rw-r--r--source/compiler-core/slang-artifact-associated-impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/compiler-core/slang-artifact-associated-impl.h b/source/compiler-core/slang-artifact-associated-impl.h
index 6ae01626a..9f60c51b6 100644
--- a/source/compiler-core/slang-artifact-associated-impl.h
+++ b/source/compiler-core/slang-artifact-associated-impl.h
@@ -166,6 +166,7 @@ struct ShaderBindingRange
case slang::VaryingInput:
case slang::VaryingOutput:
case slang::SpecializationConstant:
+ case slang::SubElementRegisterSpace:
return true;
default:
return false;