diff options
| author | Yong He <yonghe@outlook.com> | 2021-12-06 09:06:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-06 09:06:16 -0800 |
| commit | 5cbd61774c6ef2209fa0afc79b1dbbb68514346b (patch) | |
| tree | 5d1eaaa4f8ed16b5b3fe005b3dfd2488ad462b87 /tools/gfx/debug-layer.h | |
| parent | da6be80f18014a3972eedf05099cd0066e9eae04 (diff) | |
gfx Mutable Root shader object implementation. (#2042)
* gfx Mutable Root shader object implementation.
* Fix x86 build.
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tools/gfx/debug-layer.h')
| -rw-r--r-- | tools/gfx/debug-layer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gfx/debug-layer.h b/tools/gfx/debug-layer.h index 28ad8c4b5..f61917835 100644 --- a/tools/gfx/debug-layer.h +++ b/tools/gfx/debug-layer.h @@ -280,7 +280,8 @@ public: virtual SLANG_NO_THROW Result SLANG_MCALL getCurrentVersion( ITransientResourceHeap* transientHeap, IShaderObject** outObject) override; - virtual SLANG_NO_THROW Result SLANG_MCALL copyFrom(IShaderObject* other) override; + virtual SLANG_NO_THROW Result SLANG_MCALL + copyFrom(IShaderObject* other, ITransientResourceHeap* transientHeap) override; virtual SLANG_NO_THROW const void* SLANG_MCALL getRawData() override; virtual SLANG_NO_THROW size_t SLANG_MCALL getSize() override; virtual SLANG_NO_THROW Result SLANG_MCALL |
