diff options
Diffstat (limited to 'tools/gfx/d3d11/render-d3d11.cpp')
| -rw-r--r-- | tools/gfx/d3d11/render-d3d11.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/gfx/d3d11/render-d3d11.cpp b/tools/gfx/d3d11/render-d3d11.cpp index 04399700e..d7a918a3b 100644 --- a/tools/gfx/d3d11/render-d3d11.cpp +++ b/tools/gfx/d3d11/render-d3d11.cpp @@ -370,6 +370,14 @@ protected: m_renderer->m_immediateContext->ClearState(); return D3DSwapchainBase::resize(width, height); } + virtual SLANG_NO_THROW bool SLANG_MCALL isOccluded() override + { + return false; + } + virtual SLANG_NO_THROW Result SLANG_MCALL setFullScreenMode(bool mode) override + { + return SLANG_FAIL; + } }; class InputLayoutImpl: public InputLayoutBase |
