From de7ccaf127d8bb847a0ad25f45e8d1902dc1b958 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 6 Aug 2025 15:56:27 -0700 Subject: Fix unused space discovery for bindless heap. (#8075) --- source/compiler-core/slang-artifact-associated-impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/compiler-core') 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; -- cgit v1.2.3