mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Disable buggy wegame layer
This commit is contained in:
@@ -137,6 +137,10 @@ class VulkanHook : LibraryHook
|
||||
Process::RegisterEnvironmentModification(
|
||||
EnvironmentModification(EnvMod::Set, EnvSep::NoSep, "DISABLE_GAMEPP_LAYER", "1"));
|
||||
|
||||
// buggy wegame cross overlay
|
||||
Process::RegisterEnvironmentModification(EnvironmentModification(
|
||||
EnvMod::Set, EnvSep::NoSep, "DISABLE_VK_LAYER_TENCENT_wegame_cross_overlay_1", "1"));
|
||||
|
||||
// mesa device select layer crashes when it calls GPDP2 inside vkCreateInstance, which fails on
|
||||
// the current loader.
|
||||
Process::RegisterEnvironmentModification(
|
||||
|
||||
@@ -5233,6 +5233,10 @@ RDResult Vulkan_CreateReplayDevice(RDCFile *rdc, const ReplayOptions &opts, IRep
|
||||
Process::RegisterEnvironmentModification(
|
||||
EnvironmentModification(EnvMod::Set, EnvSep::NoSep, "DISABLE_GAMEPP_LAYER", "1"));
|
||||
|
||||
// buggy wegame cross overlay
|
||||
Process::RegisterEnvironmentModification(EnvironmentModification(
|
||||
EnvMod::Set, EnvSep::NoSep, "DISABLE_VK_LAYER_TENCENT_wegame_cross_overlay_1", "1"));
|
||||
|
||||
// mesa device select layer crashes when it calls GPDP2 inside vkCreateInstance, which fails on
|
||||
// the current loader.
|
||||
Process::RegisterEnvironmentModification(
|
||||
|
||||
Reference in New Issue
Block a user