The vulkan loader doesn't load layers for apps that require a newer
version of vulkan, so this layer didn't get loaded for vulkan 1.2 apps.
I would like to just stick 1.09 in there but it might be worth
validating it works at new version of vulkan I suppose and the major
doesn't revise that often
Fixes: 9bc5b2d169 ("vulkan: add initial device selection layer. (v6)")
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8508>
17 lines
472 B
JSON
17 lines
472 B
JSON
{
|
|
"file_format_version" : "1.0.0",
|
|
"layer" : {
|
|
"name": "VK_LAYER_MESA_device_select",
|
|
"type": "GLOBAL",
|
|
"library_path": "libVkLayer_MESA_device_select.so",
|
|
"api_version": "1.2.73",
|
|
"implementation_version": "1",
|
|
"description": "Linux device selection layer",
|
|
"functions": {
|
|
"vkNegotiateLoaderLayerInterfaceVersion": "vkNegotiateLoaderLayerInterfaceVersion"
|
|
},
|
|
"disable_environment": {
|
|
"NODEVICE_SELECT": "1"
|
|
}
|
|
}
|
|
}
|