mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Revert accidentally committed vulkan validation layers
This commit is contained in:
@@ -178,7 +178,7 @@ ReplayStatus WrappedVulkan::Initialise(VkInitParams ¶ms, uint64_t sectionVer
|
||||
StripUnwantedLayers(params.Layers);
|
||||
StripUnwantedExtensions(params.Extensions);
|
||||
|
||||
#if 1 // ENABLED(FORCE_VALIDATION_LAYERS) && DISABLED(RDOC_ANDROID)
|
||||
#if ENABLED(FORCE_VALIDATION_LAYERS) && DISABLED(RDOC_ANDROID)
|
||||
params.Layers.push_back("VK_LAYER_LUNARG_standard_validation");
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user