[Android]: Use ALPHA_SIZE 8.
Avoids weird 24-bit surfaces ...
This commit is contained in:
parent
63e8dfba4d
commit
2ab94ad8d1
|
@ -88,6 +88,7 @@ static bool gfx_ctx_init(void)
|
|||
EGL_BLUE_SIZE, 8,
|
||||
EGL_GREEN_SIZE, 8,
|
||||
EGL_RED_SIZE, 8,
|
||||
EGL_ALPHA_SIZE, 8,
|
||||
EGL_NONE
|
||||
};
|
||||
EGLint num_config;
|
||||
|
|
Loading…
Reference in New Issue