mirror of
https://gitee.com/openharmony-tpc/ImageKnife.git
synced 2026-05-24 17:25:44 +08:00
@@ -466,7 +466,7 @@ int EGLRender::CreateGlEnv()
|
||||
EGL_DEPTH_SIZE, 16, EGL_STENCIL_SIZE, 8, EGL_NONE
|
||||
};
|
||||
const EGLint ctxAttr[] = {
|
||||
EGL_CONTEXT_CLIENT_VERSION, 2,EGL_NONE
|
||||
EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE
|
||||
};
|
||||
const EGLint surfaceAttr[] = {
|
||||
EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE
|
||||
|
||||
Reference in New Issue
Block a user