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 --- tools/gfx/renderer-shared.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/gfx/renderer-shared.h') diff --git a/tools/gfx/renderer-shared.h b/tools/gfx/renderer-shared.h index e6f54ae10..5ba6bbc50 100644 --- a/tools/gfx/renderer-shared.h +++ b/tools/gfx/renderer-shared.h @@ -1234,6 +1234,8 @@ class ShaderTableBase { public: Slang::List m_entryPointNames; + Slang::List m_recordOverwrites; + uint32_t m_rayGenShaderCount; uint32_t m_missShaderCount; uint32_t m_hitGroupCount; -- cgit v1.2.3