diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-09-16 17:27:31 -0600 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-09-17 15:29:28 -0600 |
| commit | 820f8350be409c2241101164861fc824be9f91e9 (patch) | |
| tree | 98fabde63497273a3873c6ed3b05d04a5ebfc62c /layers/vk_layer_table.cpp | |
| parent | ca643b96e8ac24d6407bec053630ba4894daca4f (diff) | |
| download | usermoji-820f8350be409c2241101164861fc824be9f91e9.tar.xz | |
layers: No assert on init instance table map.size != 1
Instance table map can have more than one entry if multiple instances.
Diffstat (limited to 'layers/vk_layer_table.cpp')
| -rw-r--r-- | layers/vk_layer_table.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
