From 820f8350be409c2241101164861fc824be9f91e9 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Wed, 16 Sep 2015 17:27:31 -0600 Subject: layers: No assert on init instance table map.size != 1 Instance table map can have more than one entry if multiple instances. --- layers/vk_layer_table.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'layers/vk_layer_table.cpp') diff --git a/layers/vk_layer_table.cpp b/layers/vk_layer_table.cpp index 5dca1c75..cbe80bed 100644 --- a/layers/vk_layer_table.cpp +++ b/layers/vk_layer_table.cpp @@ -145,7 +145,6 @@ VkLayerInstanceDispatchTable * initInstanceTable(instance_table_map &map, const #if DISPATCH_MAP_DEBUG fprintf(stderr, "New, Instance: map: %p, base object: %p, key: %p, table: %p\n", &map, instancew, *ppDisp, pTable); #endif - assert(map.size() <= 1 && "Instance dispatch table map has more than one entry"); } else { #if DISPATCH_MAP_DEBUG -- cgit v1.2.3