summaryrefslogtreecommitdiffstats
path: root/tools/platform/model.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-03-10 10:58:15 -0800
committerGitHub <noreply@github.com>2021-03-10 10:58:15 -0800
commit6ef4054f8a8aea4ec61481057fa7e16aaecde6d7 (patch)
tree66edcae112faff7276c2595865463698bde277fd /tools/platform/model.h
parent2765861cdc104e6104a31cf9e20800b8d1dfae26 (diff)
Swapchain resize and rename to `IDevice` (#1741)
* Swapchain resize * Fix.
Diffstat (limited to 'tools/platform/model.h')
-rw-r--r--tools/platform/model.h2
1 files changed, 1 insertions, 1 deletions
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<IRenderer> renderer;
+ Slang::ComPtr<IDevice> device;
LoadFlags loadFlags = 0;
float scale = 1.0f;