[client] egl: log when EGL_EXT_image_dma_buf_import is unavailable

This commit is contained in:
Quantum 2021-07-29 02:21:34 -04:00 committed by Geoffrey McRae
parent 1c58b3a087
commit a980cd9406

View file

@ -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)
{