From 120f97fb8d4e22b057cea43b503611f8292ade37 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 10 Feb 2022 12:39:55 -0800 Subject: gfx: support shader record overwrite and fix QueryPool. (#2123) * Various fixes to gfx. * Fix. * Fixes. * Fix. * gfx: support root parameter via user-defined attribute. * Fix. * Fix. * Skip d3d12 tests on win x86. * Fixes. * gfx: support shader record overwrite. * Fix QueyPool implementation. * Rename to `getBindingRangeLeafVariable` Co-authored-by: Yong He --- source/slang/slang-type-layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/slang-type-layout.h') diff --git a/source/slang/slang-type-layout.h b/source/slang/slang-type-layout.h index d66a77365..6e28b6c9d 100644 --- a/source/slang/slang-type-layout.h +++ b/source/slang/slang-type-layout.h @@ -431,7 +431,7 @@ public: struct BindingRangeInfo { - VarDeclBase* variable; + VarDeclBase* leafVariable; TypeLayout* leafTypeLayout; SlangBindingType bindingType; LayoutSize count; -- cgit v1.2.3