mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] egl: log when EGL_EXT_image_dma_buf_import is unavailable
This commit is contained in:
parent
1c58b3a087
commit
a980cd9406
1 changed files with 2 additions and 2 deletions
|
@ -740,11 +740,11 @@ static bool egl_render_startup(void * opaque)
|
|||
else
|
||||
this->dmaSupport = true;
|
||||
}
|
||||
else
|
||||
DEBUG_INFO("EGL_EXT_image_dma_buf_import unavailable, DMA support disabled");
|
||||
}
|
||||
else
|
||||
{
|
||||
DEBUG_INFO("glEGLImageTargetTexture2DOES unavilable, DMA support disabled");
|
||||
}
|
||||
|
||||
if (debugContext)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue