diff options
| author | Yong He <yonghe@outlook.com> | 2021-06-23 11:33:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 11:33:30 -0700 |
| commit | 0f2d11dc994c6323b4bfb955b522f3123e731fe0 (patch) | |
| tree | bc1316bba9217b22f3708dcb03727d70d2d8351a /tools/gfx/debug-layer.h | |
| parent | 0afa24a3fe7d0e1787cc909f9c7641f477c30e5c (diff) | |
[gfx] Add `IBufferResource::getDeviceAddress()`. (#1892)
Diffstat (limited to 'tools/gfx/debug-layer.h')
| -rw-r--r-- | tools/gfx/debug-layer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gfx/debug-layer.h b/tools/gfx/debug-layer.h index 0fb8e681b..6225260dd 100644 --- a/tools/gfx/debug-layer.h +++ b/tools/gfx/debug-layer.h @@ -124,6 +124,7 @@ public: IBufferResource* getInterface(const Slang::Guid& guid); virtual SLANG_NO_THROW Type SLANG_MCALL getType() override; virtual SLANG_NO_THROW Desc* SLANG_MCALL getDesc() override; + virtual SLANG_NO_THROW DeviceAddress SLANG_MCALL getDeviceAddress() override; }; class DebugTextureResource : public DebugObject<ITextureResource> |
