gamescope/layer/VkLayer_FROG_gamescope_wsi.json.in

31 lines
932 B
JSON
Raw Normal View History

2022-12-02 18:18:36 +00:00
{
"file_format_version" : "1.0.0",
"layer" : {
2023-09-20 01:20:36 +00:00
"name": "VK_LAYER_FROG_gamescope_wsi_@family@",
2022-12-02 18:18:36 +00:00
"type": "GLOBAL",
"api_version": "1.3.221",
"library_path": "@lib_dir@/libVkLayer_FROG_gamescope_wsi_@family@.so",
2022-12-02 18:18:36 +00:00
"implementation_version": "1",
"description": "Gamescope WSI (XWayland Bypass) Layer (@family@)",
2022-12-02 18:18:36 +00:00
"functions": {
"vkNegotiateLoaderLayerInterfaceVersion": "vkNegotiateLoaderLayerInterfaceVersion"
},
"device_extensions": [
{
"name" : "VK_GOOGLE_display_timing",
"spec_version" : "1",
"entrypoints": [
"vkGetPastPresentationTimingGOOGLE",
"vkGetRefreshCycleDurationGOOGLE"
]
}
],
2022-12-02 18:18:36 +00:00
"enable_environment": {
"ENABLE_GAMESCOPE_WSI": "1"
},
"disable_environment": {
"DISABLE_GAMESCOPE_WSI": "1"
}
}
}