summaryrefslogtreecommitdiff
path: root/tools/platform/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/platform/gui.h')
-rw-r--r--tools/platform/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/platform/gui.h b/tools/platform/gui.h
index ef5310cd4..e3975f3ff 100644
--- a/tools/platform/gui.h
+++ b/tools/platform/gui.h
@@ -19,7 +19,7 @@ struct GUI : Slang::RefObject
~GUI();
void beginFrame();
- void endFrame(gfx::IFramebuffer* framebuffer);
+ void endFrame(gfx::ITransientResourceHeap* transientHeap, gfx::IFramebuffer* framebuffer);
private:
Slang::ComPtr<gfx::IDevice> device;