Kaydet (Commit) 18e1d133 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

use the new virtual device support in OpenGL for win backend

Change-Id: Icd67dd7bad1399c861db41c418095c2b6b1d6d78
üst 1ca25043
......@@ -487,6 +487,8 @@ void WinSalGraphics::InitGraphics()
OpenGLSalGraphicsImpl* pImpl = dynamic_cast<OpenGLSalGraphicsImpl*>(mpImpl.get());
if (pImpl)
{
if (mbVirDev)
pImpl->GetOpenGLContext().requestVirtualDevice();
pImpl->GetOpenGLContext().init(mhLocalDC, mhWnd);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment