From d09f702e87c146b98d934370cc891b46bd092bdf Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Mon, 15 Jun 2015 09:30:12 -0600 Subject: tests: Remove the enablement of the "Validation" extension This accidentally got added resulting in validation layers always running. --- layers/layers_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/layers_table.cpp') diff --git a/layers/layers_table.cpp b/layers/layers_table.cpp index c9661e87..834bd82b 100644 --- a/layers/layers_table.cpp +++ b/layers/layers_table.cpp @@ -29,7 +29,7 @@ static device_table_map tableMap; static instance_table_map tableInstanceMap; -#define DISPATCH_MAP_DEBUG 1 +#define DISPATCH_MAP_DEBUG 0 // Map lookup must be thread safe VkLayerDispatchTable *device_dispatch_table(VkObject object) -- cgit v1.2.3