0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/win-capture/graphics-hook/obs-vulkan64.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
497 B
JSON
Raw Normal View History

{
"file_format_version": "1.1.2",
"layer": {
"name": "VK_LAYER_OBS_HOOK",
"type": "GLOBAL",
"library_path": ".\\graphics-hook64.dll",
"api_version": "1.3.216",
"implementation_version": "1",
"description": "Open Broadcaster Software hook",
"functions": {
"vkNegotiateLoaderLayerInterfaceVersion": "OBS_Negotiate"
},
"disable_environment": {
"DISABLE_VULKAN_OBS_CAPTURE": "1"
}
}
}