gamescope/layer/VkLayer_FROG_gamescope_wsi.json.in

20 lines
633 B
JSON

{
"file_format_version" : "1.0.0",
"layer" : {
"name": "VK_LAYER_FROG_gamescope_wsi_@family@",
"type": "GLOBAL",
"api_version": "1.3.221",
"library_path": "@lib_dir@/libVkLayer_FROG_gamescope_wsi_@family@.so",
"implementation_version": "1",
"description": "Gamescope WSI (XWayland Bypass) Layer (@family@)",
"functions": {
"vkNegotiateLoaderLayerInterfaceVersion": "vkNegotiateLoaderLayerInterfaceVersion"
},
"enable_environment": {
"ENABLE_GAMESCOPE_WSI": "1"
},
"disable_environment": {
"DISABLE_GAMESCOPE_WSI": "1"
}
}
}