mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 14:57:20 +00:00
[client] egl: log when EGL_EXT_image_dma_buf_import is unavailable
This commit is contained in:
parent
1c58b3a087
commit
a980cd9406
@ -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 New Issue
Block a user