fix swap buffers with damage to not detect if ext str is not there

@fix
This commit is contained in:
Carsten Haitzler 2014-04-05 22:21:13 +09:00
parent 16d7b981eb
commit 9d87d155f7
1 changed files with 4 additions and 0 deletions

View File

@ -741,6 +741,10 @@ gl_extn_veto(Render_Engine *re)
)
extn_have_y_inverted = 0;
}
if (!strstr(str, "EGL_EXT_swap_buffers_with_damage"))
{
glsym_eglSwapBuffersWithDamage = NULL;
}
}
else
{