!944 enable image upload to gpu

Merge pull request !944 from 何溯/lightningHo-master-patch-69846
This commit is contained in:
openharmony_ci 2022-04-22 10:04:15 +00:00 committed by Gitee
commit 3fc21869c3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -148,6 +148,8 @@ void RenderContext::InitializeEglContext()
return;
}
eglMakeCurrent(eglDisplay_, EGL_NO_SURFACE, EGL_NO_SURFACE, eglContext_);
LOGW("Create EGL context successfully, version %{public}d.%{public}d", major, minor);
}