I have a problem with SkCreateWGLContext in a remote desktop session:
HDC dc = GetDC((HWND)fHWND);
fHGLRC = SkCreateWGLContext(dc, msaaSampleCount,
kGLPreferCompatibilityProfile_SkWGLContextRequest);
if (NULL == fHGLRC) {
return false;
}
This only happens during a remote desktop session. Is there any solution or solution to this problem?
source
share