am bd414ea2: Merge "opengl translator: fix eglGetConfigAttrib"
* commit 'bd414ea2ff3893e12612d40a5482419bb3004614': opengl translator: fix eglGetConfigAttrib
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user