vulkan-wsi-layer/layer/VkLayer_window_system_integration.json

43 lines
1.5 KiB
JSON
Raw Normal View History

{
"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"
]
}
],
"enable_environment": {
"ENABLE_WSI_LAYER": "1"
},
"disable_environment": {
"DISABLE_WSI_LAYER": "1"
}
}
}