Code review comment for lp:~mterry/oxide/mirserver

Revision history for this message
Gerry Boland (gerboland) wrote :

+ } else if (platform.startsWith("ubuntu") || platform == QLatinString("mirserver")) {
 void* handle = pni->nativeResourceForContext("eglcontext", context);

Note, the mirserver QPA does not have this "eglcontext" native resource exported. That may cause issues

« Back to merge proposal