mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] egl: warn when EGL_EXT_buffer_age is not supported
This commit is contained in:
parent
87aac8cf03
commit
8545d15c85
@ -735,6 +735,8 @@ static bool egl_render_startup(void * opaque, bool useDMA)
|
||||
}
|
||||
|
||||
this->hasBufferAge = util_hasGLExt(client_exts, "EGL_EXT_buffer_age");
|
||||
if (!this->hasBufferAge)
|
||||
DEBUG_WARN("GL_EXT_buffer_age is not supported, will not perform as well.");
|
||||
|
||||
if (g_egl_dynProcs.glEGLImageTargetTexture2DOES)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user