aboutsummaryrefslogtreecommitdiff
path: root/layers/mem_tracker.cpp
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-18 17:28:20 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-24 15:46:01 -0600
commita5fa53b8675cffc5d07450e6c8202f9821309385 (patch)
tree690f261c9e0935fedf4d9506f29efe283adcd208 /layers/mem_tracker.cpp
parent9795a5629af84affc39cee421ecd35877948d91f (diff)
downloadusermoji-a5fa53b8675cffc5d07450e6c8202f9821309385.tar.xz
bug 14016: Make vkResetFences take const pFences
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14016
Diffstat (limited to 'layers/mem_tracker.cpp')
-rw-r--r--layers/mem_tracker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/mem_tracker.cpp b/layers/mem_tracker.cpp
index 52b2e781..099a6b2e 100644
--- a/layers/mem_tracker.cpp
+++ b/layers/mem_tracker.cpp
@@ -1291,7 +1291,7 @@ VK_LAYER_EXPORT VkResult VKAPI vkCreateFence(
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?