mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-17 07:28:05 +02:00
See https://github.com/KhronosGroup/Vulkan-Loader/blob/main/docs/LoaderLayerInterface.md#linux-layer-discovery Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35650>
17 lines
455 B
JSON
17 lines
455 B
JSON
{
|
|
"file_format_version" : "1.0.0",
|
|
"layer" : {
|
|
"name": "VK_LAYER_MESA_device_select",
|
|
"type": "GLOBAL",
|
|
"library_path": "@library_path@",
|
|
"api_version": "1.4.303",
|
|
"implementation_version": "1",
|
|
"description": "Linux device selection layer",
|
|
"functions": {
|
|
"vkNegotiateLoaderLayerInterfaceVersion": "vkNegotiateLoaderLayerInterfaceVersion"
|
|
},
|
|
"disable_environment": {
|
|
"NODEVICE_SELECT": "1"
|
|
}
|
|
}
|
|
}
|