show_config: display VULKAN support

This commit is contained in:
Tomáš Kelemen (vudiq) 2021-04-05 13:18:29 +02:00
parent 93ae32c43f
commit b3a98f20c2

View File

@ -85,6 +85,7 @@ show_config() {
fi
config_message+="\n - OpenGL (GLX) support (provider):\t $OPENGL_SUPPORT ($OPENGL)"
config_message+="\n - OpenGLES support (provider):\t\t $OPENGLES_SUPPORT ($OPENGLES)"
config_message+="\n - VULKAN support (provider):\t\t $VULKAN_SUPPORT ($VULKAN)"
config_message+="\n - VAAPI Support:\t\t\t $VAAPI_SUPPORT"
config_message+="\n - VDPAU Support:\t\t\t $VDPAU_SUPPORT"