From 0a35dcdff977a6665e1ea0d38ab11a4fa4a46cfd Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Sun, 28 Jun 2015 13:01:17 -0600 Subject: bug 14014: Fill out support for VkShaderModule Updated tests and demos to properly use VkShaderModule. Add support to shader_checker for shader module. Doesn't do anything with the pName parameter. --- layers/layers_table.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'layers/layers_table.cpp') diff --git a/layers/layers_table.cpp b/layers/layers_table.cpp index 51baf2eb..5d1b9cf9 100644 --- a/layers/layers_table.cpp +++ b/layers/layers_table.cpp @@ -95,7 +95,6 @@ void destroy_instance_dispatch_table(dispatch_key key) VkLayerDispatchTable *get_dispatch_table(device_table_map &map, VkObject object) { -// VkLayerDispatchTable *pDisp = *(VkLayerDispatchTable **) object; dispatch_key key = get_dispatch_key(object); device_table_map::const_iterator it = map.find((void *) key); #if DISPATCH_MAP_DEBUG -- cgit v1.2.3