summaryrefslogtreecommitdiffstats
path: root/tools/gfx/debug-layer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/debug-layer.cpp')
-rw-r--r--tools/gfx/debug-layer.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/gfx/debug-layer.cpp b/tools/gfx/debug-layer.cpp
index 9cd8d216c..0926c5273 100644
--- a/tools/gfx/debug-layer.cpp
+++ b/tools/gfx/debug-layer.cpp
@@ -1638,6 +1638,18 @@ Result DebugSwapchain::resize(uint32_t width, uint32_t height)
return baseObject->resize(width, height);
}
+bool DebugSwapchain::isOccluded()
+{
+ SLANG_GFX_API_FUNC;
+ return baseObject->isOccluded();
+}
+
+Result DebugSwapchain::setFullScreenMode(bool mode)
+{
+ SLANG_GFX_API_FUNC;
+ return baseObject->setFullScreenMode(mode);
+}
+
void DebugSwapchain::maybeRebuildImageList()
{
SLANG_GFX_API_FUNC;