diff options
Diffstat (limited to 'tools/gfx/debug-layer/debug-shader-object.h')
| -rw-r--r-- | tools/gfx/debug-layer/debug-shader-object.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<IShaderObject> { public: SLANG_COM_OBJECT_IUNKNOWN_ALL; + void checkCompleteness(); public: IShaderObject* getInterface(const Slang::Guid& guid); @@ -83,6 +84,7 @@ public: Slang::Dictionary<ShaderOffsetKey, Slang::RefPtr<DebugShaderObject>> m_objects; Slang::Dictionary<ShaderOffsetKey, Slang::RefPtr<DebugResourceView>> m_resources; Slang::Dictionary<ShaderOffsetKey, Slang::RefPtr<DebugSamplerState>> m_samplers; + Slang::HashSet<SlangInt> m_initializedBindingRanges; }; class DebugRootShaderObject : public DebugShaderObject |
