diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-28 13:01:17 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-01 21:08:13 -0600 |
| commit | 0a35dcdff977a6665e1ea0d38ab11a4fa4a46cfd (patch) | |
| tree | 8db19045b34e06af1a7692dd32ede8ff4c6bcb65 /layers/draw_state.cpp | |
| parent | a80a1a97b8f26dd035fabb2c6762447c71b73ba7 (diff) | |
| download | usermoji-0a35dcdff977a6665e1ea0d38ab11a4fa4a46cfd.tar.xz | |
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.
Diffstat (limited to 'layers/draw_state.cpp')
| -rw-r--r-- | layers/draw_state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index ee891d62..48b65391 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -1556,7 +1556,7 @@ VK_LAYER_EXPORT VkResult VKAPI vkDestroyInstance(VkInstance instance) layer_destroy_msg_callback(my_data->report_data, my_data->logging_callback); } - layer_debug_report_destroy_instance(mid(instance)); + layer_debug_report_destroy_instance(my_data->report_data); layer_data_map.erase(pTable); draw_state_instance_table_map.erase(key); |
