mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-25 19:56:43 +00:00
config/show_config: added Vulkan opts
This commit is contained in:
parent
2d756f0d61
commit
3bec9f616f
@ -99,6 +99,10 @@ show_config() {
|
|||||||
config_message+="\n - Window Manager / Compositor:\t\t ${WINDOWMANAGER}"
|
config_message+="\n - Window Manager / Compositor:\t\t ${WINDOWMANAGER}"
|
||||||
config_message+="\n - OpenGL (GLX) support (provider):\t ${OPENGL_SUPPORT} (${OPENGL})"
|
config_message+="\n - OpenGL (GLX) support (provider):\t ${OPENGL_SUPPORT} (${OPENGL})"
|
||||||
config_message+="\n - OpenGL ES support (provider):\t ${OPENGLES_SUPPORT} (${OPENGLES})"
|
config_message+="\n - OpenGL ES support (provider):\t ${OPENGLES_SUPPORT} (${OPENGLES})"
|
||||||
|
config_message+="\n - Vulkan API support (provider):\t ${VULKAN_SUPPORT} (${VULKAN})"
|
||||||
|
if [ "${VULKAN_SUPPORT}" = "yes" ]; then
|
||||||
|
config_message+="\n - Vulkan Graphic Drivers:\t\t ${VULKAN_DRIVERS_CONFIG}"
|
||||||
|
fi
|
||||||
|
|
||||||
# Video Acceleration configuration
|
# Video Acceleration configuration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user