mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-01-05 11:20:24 +01:00
By removing this option, the layer will be enabled by default. Signed-off-by: David Harvey-Macaulay <david.harvey-macaulay@arm.com> Change-Id: I6d62e770d914098ad6f0d7d74fb45ce3f8fdbc01
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"file_format_version" : "1.1.2",
|
|
"layer" : {
|
|
"name": "VK_LAYER_window_system_integration",
|
|
"type": "GLOBAL",
|
|
"library_path": "./libVkLayer_window_system_integration.so",
|
|
"api_version": "1.2.191",
|
|
"implementation_version": "1",
|
|
"description": "Window system integration layer",
|
|
"functions": {
|
|
"vkNegotiateLoaderLayerInterfaceVersion": "wsi_layer_vkNegotiateLoaderLayerInterfaceVersion"
|
|
},
|
|
"instance_extensions": [
|
|
{"name" : "VK_EXT_headless_surface", "spec_version" : "1"},
|
|
{"name" : "VK_KHR_wayland_surface", "spec_version" : "6"},
|
|
{"name" : "VK_KHR_surface", "spec_version" : "25"}
|
|
],
|
|
"device_extensions": [
|
|
{
|
|
"name" : "VK_KHR_swapchain",
|
|
"spec_version" : "70",
|
|
"entrypoints": [
|
|
"vkAcquireNextImageKHR",
|
|
"vkCreateSwapchainKHR",
|
|
"vkDestroySwapchainKHR",
|
|
"vkGetSwapchainImagesKHR",
|
|
"vkQueuePresentKHR",
|
|
"vkAcquireNextImage2KHR",
|
|
"vkGetDeviceGroupPresentCapabilitiesKHR",
|
|
"vkGetDeviceGroupSurfacePresentModesKHR",
|
|
"vkGetPhysicalDevicePresentRectanglesKHR"
|
|
]
|
|
}
|
|
],
|
|
"disable_environment": {
|
|
"DISABLE_WSI_LAYER": "1"
|
|
}
|
|
}
|
|
}
|