summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
-rw-r--r--Tests/TestApp/src/TestApp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp
index dcfca89..fdf5ff7 100644
--- a/Tests/TestApp/src/TestApp.cpp
+++ b/Tests/TestApp/src/TestApp.cpp
@@ -47,7 +47,7 @@
#endif
#if METAL_SUPPORTED
-# include "RenderDeviceFactoryMtl.h"
+# include "EngineFactoryMtl.h"
#endif
#include "FileSystem.h"
@@ -312,7 +312,7 @@ void TestApp::InitializeDiligentEngine(
#if METAL_SUPPORTED
case DeviceType::Metal:
{
- EngineMtlAttribs MtlAttribs;
+ EngineMtlCreateInfo MtlAttribs;
ppContexts.resize(1 + NumDeferredCtx);
auto *pFactoryMtl = GetEngineFactoryMtl();