mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +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
|
else
|
||||||
this->dmaSupport = true;
|
this->dmaSupport = true;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
DEBUG_INFO("EGL_EXT_image_dma_buf_import unavailable, DMA support disabled");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
|
||||||
DEBUG_INFO("glEGLImageTargetTexture2DOES unavilable, DMA support disabled");
|
DEBUG_INFO("glEGLImageTargetTexture2DOES unavilable, DMA support disabled");
|
||||||
}
|
|
||||||
|
|
||||||
if (debugContext)
|
if (debugContext)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user