Merge "Request correct rendering type for EGL config"

This commit is contained in:
John Reck
2023-03-20 18:35:25 +00:00
committed by Gerrit Code Review

View File

@@ -460,6 +460,7 @@ public:
EGLConfig BootAnimation::getEglConfig(const EGLDisplay& display) {
const EGLint attribs[] = {
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
EGL_RED_SIZE, 8,
EGL_GREEN_SIZE, 8,
EGL_BLUE_SIZE, 8,