opengl translator: fix eglGetConfigAttrib

fix renderable type parameter for eglconfig

Change-Id: Iac1d782cc37b0c7055bb90109a17583b84e6e6e3
This commit is contained in:
Liran
2011-06-02 14:40:58 +03:00
committed by Guy Zadikario
parent ac7987ee84
commit 163235e504

View File

@@ -167,6 +167,7 @@ bool EglConfig::getConfAttrib(EGLint attrib,EGLint* val) const {
break;
case EGL_RENDERABLE_TYPE:
*val = m_renderable_type;
break;
case EGL_SAMPLE_BUFFERS:
*val = m_sample_buffers_num;
break;