commit | f2e33adbc951c6bf0021901623a1534b6f290102 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Jun 18 17:28:20 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Jun 24 15:46:01 2015 -0600 |
tree | acd5ecdca4ea2a233434a8577365c051b2ef856f | |
parent | 5733f6eea8fac8416d568fcaafb418af1533b98e [diff] [blame] |
bug 14016: Make vkResetFences take const pFences https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14016
diff --git a/layers/mem_tracker.cpp b/layers/mem_tracker.cpp index 52b2e78..099a6b2 100644 --- a/layers/mem_tracker.cpp +++ b/layers/mem_tracker.cpp
@@ -1291,7 +1291,7 @@ VK_LAYER_EXPORT VkResult VKAPI vkResetFences( VkDevice device, uint32_t fenceCount, - VkFence *pFences) + const VkFence *pFences) { /* * TODO: Shouldn't we check for error conditions before passing down the chain?