mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 21:01:04 +00:00
Disable vulkan layer GamePP. Closes #2905
This commit is contained in:
@@ -122,6 +122,10 @@ class VulkanHook : LibraryHook
|
||||
Process::RegisterEnvironmentModification(
|
||||
EnvironmentModification(EnvMod::Set, EnvSep::NoSep, "DISABLE_SAMPLE_LAYER", "1"));
|
||||
|
||||
// buggy overlay gamepp
|
||||
Process::RegisterEnvironmentModification(
|
||||
EnvironmentModification(EnvMod::Set, EnvSep::NoSep, "DISABLE_GAMEPP_LAYER", "1"));
|
||||
|
||||
// mesa device select layer crashes when it calls GPDP2 inside vkCreateInstance, which fails on
|
||||
// the current loader.
|
||||
Process::RegisterEnvironmentModification(
|
||||
|
||||
@@ -4619,6 +4619,10 @@ RDResult Vulkan_CreateReplayDevice(RDCFile *rdc, const ReplayOptions &opts, IRep
|
||||
Process::RegisterEnvironmentModification(
|
||||
EnvironmentModification(EnvMod::Set, EnvSep::NoSep, "DISABLE_SAMPLE_LAYER", "1"));
|
||||
|
||||
// buggy overlay gamepp
|
||||
Process::RegisterEnvironmentModification(
|
||||
EnvironmentModification(EnvMod::Set, EnvSep::NoSep, "DISABLE_GAMEPP_LAYER", "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