I use ES2 SDK in WinXP
when i use EGL_ALPHA_SIZE or EGL_R/G/B_SIZE when call eglChooseConfig()
(ex. EGL_ALPHA_SIZE, 8, EGL_RED_SIZE, 8 ...)
then 4th argument EGLint* num_config always set to 0
but eglGetError() return EGL_SUCCESS
and next eglCreateWindowSurface() failed (EGL_BAD_CONFIG)
Same eglChooseConfig and eglCreateWindowSurface code work well in ES 1.1 SDK
k2cdda2008-04-16 07:38:15