Files
obs-studio/plugins/win-capture/graphics-hook/obs-vulkan32.json
Matthieu Cunzi 74acbd7ed0 win-capture: Add Vulkan capture
Co-authored-by: jp9000 <obs.jim@gmail.com>
Co-authored-by: jpark37 <jpark37@users.noreply.github.com>
2020-02-29 04:53:28 -08:00

18 lines
497 B
JSON

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