diff options
Diffstat (limited to 'tools/gfx/renderer-shared.h')
| -rw-r--r-- | tools/gfx/renderer-shared.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/gfx/renderer-shared.h b/tools/gfx/renderer-shared.h index 1d5d1860e..e7ea1b7f5 100644 --- a/tools/gfx/renderer-shared.h +++ b/tools/gfx/renderer-shared.h @@ -185,6 +185,13 @@ void returnRefPtrMove(TDest** outPtr, Slang::RefPtr<TImpl>& refPtr) gfx::StageType translateStage(SlangStage slangStage); +class FenceBase : public IFence, public Slang::ComObject +{ +public: + SLANG_COM_OBJECT_IUNKNOWN_ALL + IFence* getInterface(const Slang::Guid& guid); +}; + class Resource : public Slang::ComObject { public: |
