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/app/layer.json.in

22 lines
590 B
JSON

{
"file_format_version" : "1.0.0",
"layer" : {
"name": "VK_LAYER_MANGOAPP_overlay",
"type": "GLOBAL",
"api_version": "1.3.0",
"library_path": "@ld_libdir_mangohud_abs@/libMangoApp.so",
"implementation_version": "1",
"description": "Mangoapp Layer",
"functions": {
"vkGetInstanceProcAddr": "overlay_GetInstanceProcAddr",
"vkGetDeviceProcAddr": "overlay_GetDeviceProcAddr"
},
"enable_environment": {
"MANGOAPP": "1"
},
"disable_environment": {
"DISABLE_MANGOAPP": "1"
}
}
}