From 6ef4054f8a8aea4ec61481057fa7e16aaecde6d7 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 10 Mar 2021 10:58:15 -0800 Subject: Swapchain resize and rename to `IDevice` (#1741) * Swapchain resize * Fix. --- tools/platform/model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/platform/model.h') diff --git a/tools/platform/model.h b/tools/platform/model.h index 412f10a1d..8cff2c67d 100644 --- a/tools/platform/model.h +++ b/tools/platform/model.h @@ -66,7 +66,7 @@ struct ModelLoader }; ICallbacks* callbacks = nullptr; - Slang::ComPtr renderer; + Slang::ComPtr device; LoadFlags loadFlags = 0; float scale = 1.0f; -- cgit v1.2.3