From 3f1632a1450a5879f337b4bd178e48880cd583f8 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 31 Mar 2021 11:35:17 -0700 Subject: `gfx` explicit transient resource management. (#1774) --- tools/platform/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/platform/gui.h') 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 device; -- cgit v1.2.3