vulkan-wsi-layer/layer/VkLayer_window_system_integration.json

38 lines
1.1 KiB
JSON
Raw Normal View History

{
"file_format_version" : "1.0.0",
"layer" : {
"name": "VK_LAYER_window_system_integration",
"type": "GLOBAL",
"library_path": "./libVkLayer_window_system_integration.so",
"api_version": "1.0.68",
"implementation_version": "1",
"description": "Window system integration layer",
"functions": {
"vkGetInstanceProcAddr": "wsi_layer_vkGetInstanceProcAddr",
"vkGetDeviceProcAddr": "wsi_layer_vkGetDeviceProcAddr"
},
"instance_extensions": [
{
"name" : "VK_EXT_headless_surface",
"spec_version" : 1
},
{
"name" : "VK_KHR_surface",
"spec_version" : 1
}
],
"device_extensions": [
{
"name" : "VK_KHR_swapchain",
"spec_version" : 1
}
],
"enable_environment": {
"ENABLE_HEADLESS_SURFACE": "1"
},
"disable_environment": {
"DISABLE_HEADLESS_SURFACE": "1"
}
}
}