From cf34d2830a3103b2b47a4140d27d054b797705f2 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 5 Oct 2022 19:35:47 -0700 Subject: Various gfx fixes. (#2434) --- tools/gfx/debug-layer/debug-shader-object.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/gfx/debug-layer/debug-shader-object.h') diff --git a/tools/gfx/debug-layer/debug-shader-object.h b/tools/gfx/debug-layer/debug-shader-object.h index 8007e653a..9f368a2c1 100644 --- a/tools/gfx/debug-layer/debug-shader-object.h +++ b/tools/gfx/debug-layer/debug-shader-object.h @@ -32,6 +32,7 @@ class DebugShaderObject : public DebugObject { public: SLANG_COM_OBJECT_IUNKNOWN_ALL; + void checkCompleteness(); public: IShaderObject* getInterface(const Slang::Guid& guid); @@ -83,6 +84,7 @@ public: Slang::Dictionary> m_objects; Slang::Dictionary> m_resources; Slang::Dictionary> m_samplers; + Slang::HashSet m_initializedBindingRanges; }; class DebugRootShaderObject : public DebugShaderObject -- cgit v1.2.3