From 1932df174dbec55f7a4fa31b0660cdc8ceb7657c Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 6 Mar 2019 00:02:14 -0800 Subject: Final updates to make GL backend work --- Projects/Asteroids/src/asteroids_DE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects') diff --git a/Projects/Asteroids/src/asteroids_DE.cpp b/Projects/Asteroids/src/asteroids_DE.cpp index 52be188..5962108 100644 --- a/Projects/Asteroids/src/asteroids_DE.cpp +++ b/Projects/Asteroids/src/asteroids_DE.cpp @@ -156,7 +156,7 @@ void Asteroids::InitDevice(HWND hWnd, DeviceType DevType) LoadGraphicsEngineOpenGL(GetEngineFactoryOpenGL); } #endif - EngineGLAttribs CreationAttribs; + EngineGLCreateInfo CreationAttribs; CreationAttribs.pNativeWndHandle = hWnd; GetEngineFactoryOpenGL()->CreateDeviceAndSwapChainGL( CreationAttribs, &mDevice, &mDeviceCtxt, SwapChainDesc, &mSwapChain); -- cgit v1.2.3