diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-06 08:02:14 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-06 08:02:14 +0000 |
| commit | 1932df174dbec55f7a4fa31b0660cdc8ceb7657c (patch) | |
| tree | 5ccad5d1f1fec861b79aaaa41837ee00e687abdc /Tests/TestApp/src/TestApp.cpp | |
| parent | Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR... (diff) | |
| download | DiligentEngine-1932df174dbec55f7a4fa31b0660cdc8ceb7657c.tar.gz DiligentEngine-1932df174dbec55f7a4fa31b0660cdc8ceb7657c.zip | |
Final updates to make GL backend work
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestApp.cpp | 4 |
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; |
