From 428a19edd658c253815507995b42e6b7caf8e0ee Mon Sep 17 00:00:00 2001 From: jp9000 Date: Mon, 9 Mar 2020 10:43:03 -0700 Subject: [PATCH] win-capture/graphics-hook: Make vulkan layer all capital --- plugins/win-capture/graphics-hook/obs-vulkan32.json | 2 +- plugins/win-capture/graphics-hook/obs-vulkan64.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/win-capture/graphics-hook/obs-vulkan32.json b/plugins/win-capture/graphics-hook/obs-vulkan32.json index a4b187aa3..56868c5b1 100644 --- a/plugins/win-capture/graphics-hook/obs-vulkan32.json +++ b/plugins/win-capture/graphics-hook/obs-vulkan32.json @@ -1,7 +1,7 @@ { "file_format_version": "1.1.2", "layer": { - "name": "VK_LAYER_OBS_hook", + "name": "VK_LAYER_OBS_HOOK", "type": "GLOBAL", "library_path": ".\\graphics-hook32.dll", "api_version": "1.2.131", diff --git a/plugins/win-capture/graphics-hook/obs-vulkan64.json b/plugins/win-capture/graphics-hook/obs-vulkan64.json index d7b318d55..1dd4574cd 100644 --- a/plugins/win-capture/graphics-hook/obs-vulkan64.json +++ b/plugins/win-capture/graphics-hook/obs-vulkan64.json @@ -1,7 +1,7 @@ { "file_format_version": "1.1.2", "layer": { - "name": "VK_LAYER_OBS_hook", + "name": "VK_LAYER_OBS_HOOK", "type": "GLOBAL", "library_path": ".\\graphics-hook64.dll", "api_version": "1.2.131", -- GitLab