You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src/mangohud.json.in

22 lines
607 B
JSON

{
"file_format_version" : "1.0.0",
"layer" : {
"name": "VK_LAYER_MANGOHUD_overlay_@cpu_family@",
"type": "GLOBAL",
"api_version": "1.3.0",
"library_path": "@ld_libdir_mangohud_abs@/libMangoHud.so",
"implementation_version": "1",
"description": "Vulkan Hud Overlay",
"functions": {
"vkGetInstanceProcAddr": "overlay_GetInstanceProcAddr",
"vkGetDeviceProcAddr": "overlay_GetDeviceProcAddr"
},
"enable_environment": {
"MANGOHUD": "1"
},
"disable_environment": {
"DISABLE_MANGOHUD": "1"
}
}
}