summaryrefslogtreecommitdiff
path: root/source/slang/slang-type-layout.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-02-10 11:50:07 -0800
committerGitHub <noreply@github.com>2022-02-10 11:50:07 -0800
commit0c04885da9edc3df7a1ef5cb520be1bd29eb13e4 (patch)
tree401c9220c3dcf23e4698405e00fe3b5176e0e472 /source/slang/slang-type-layout.h
parent15f07d14b5f048dc355536cbdf5cf9c10291b13b (diff)
gfx: support d3d12 root parameters (#2122)
* Various fixes to gfx. * Fix. * Fixes. * Fix. * gfx: support root parameter via user-defined attribute. * Fix. * Fix. * Skip d3d12 tests on win x86. * Fixes. Co-authored-by: Yong He <yhe@nvidia.com> Co-authored-by: jsmall-nvidia <jsmall@nvidia.com>
Diffstat (limited to 'source/slang/slang-type-layout.h')
-rw-r--r--source/slang/slang-type-layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-type-layout.h b/source/slang/slang-type-layout.h
index 82d333fa9..d66a77365 100644
--- a/source/slang/slang-type-layout.h
+++ b/source/slang/slang-type-layout.h
@@ -431,6 +431,7 @@ public:
struct BindingRangeInfo
{
+ VarDeclBase* variable;
TypeLayout* leafTypeLayout;
SlangBindingType bindingType;
LayoutSize count;