diff options
| author | Yong He <yonghe@outlook.com> | 2024-12-18 15:34:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-18 15:34:16 -0800 |
| commit | 0f5a2ce2ecf79fba79a9d20c9e3bcd4c31ee45bb (patch) | |
| tree | cd3f0b8c870980199f5ef38fedae944efa357e69 /source/compiler-core | |
| parent | ae04e604d43d169bcba7f24c8c23a0fdf4cbb483 (diff) | |
Fix metadata of register space and varying params. (#5906)
Diffstat (limited to 'source/compiler-core')
| -rw-r--r-- | source/compiler-core/slang-artifact-associated-impl.h | 3 |
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; |
