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 b859ac4..dcfca89 100644
--- a/Tests/TestApp/src/TestApp.cpp
+++ b/Tests/TestApp/src/TestApp.cpp
@@ -249,8 +249,8 @@ void TestApp::InitializeDiligentEngine(
// Load the dll and import GetEngineFactoryOpenGL() function
LoadGraphicsEngineOpenGL(GetEngineFactoryOpenGL);
#endif
- auto *pFactoryOpenGL = GetEngineFactoryOpenGL();
- EngineGLAttribs CreationAttribs;
+ auto* pFactoryOpenGL = GetEngineFactoryOpenGL();
+ EngineGLCreateInfo CreationAttribs;
CreationAttribs.pNativeWndHandle = NativeWindowHandle;
#if PLATFORM_LINUX
CreationAttribs.pDisplay = display;