am 2b80fc12: Merge "opengles emulator: fixed EGL sharing context"
* commit '2b80fc12bb3385ac6d4a548343c359b855c56ece': opengles emulator: fixed EGL sharing context
This commit is contained in:
@@ -38,7 +38,7 @@ m_version(ver),
|
|||||||
m_mngr(mngr)
|
m_mngr(mngr)
|
||||||
{
|
{
|
||||||
m_shareGroup = shared_context.Ptr()?
|
m_shareGroup = shared_context.Ptr()?
|
||||||
mngr->attachShareGroup(context,shared_context.Ptr()->getShareGroup().Ptr()):
|
mngr->attachShareGroup(context,shared_context->nativeType()):
|
||||||
mngr->createShareGroup(context);
|
mngr->createShareGroup(context);
|
||||||
m_hndl = ++s_nextContextHndl;
|
m_hndl = ++s_nextContextHndl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user