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
jpark37 f55021be90 graphics-hook: Bump Vulkan version
Vulkan loader blocks implicit layers older than application apiVersion.
2022-07-29 23:22:39 -07:00

18 lines
497 B
JSON

{
"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"
}
}
}