diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-06-15 09:30:12 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-18 10:22:57 -0600 |
| commit | d09f702e87c146b98d934370cc891b46bd092bdf (patch) | |
| tree | 5660d6f089f3df02edbf8dca784647e065aab7a6 /layers/layers_table.cpp | |
| parent | c71879da3c2b3b3360b1bd0a77b944fbeb3a4d94 (diff) | |
| download | usermoji-d09f702e87c146b98d934370cc891b46bd092bdf.tar.xz | |
tests: Remove the enablement of the "Validation" extension
This accidentally got added resulting in validation layers always running.
Diffstat (limited to 'layers/layers_table.cpp')
| -rw-r--r-- | layers/layers_table.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
