aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-04-14 19:07:22 -0600
committerChia-I Wu <olv@lunarg.com>2015-04-16 17:48:18 +0800
commit769bfae687069cc900f52295f83cd3f0a25a61da (patch)
tree1c7fe6a67d5c7b40f65e427f760e513fb4e2a191
parent783eeb111cd15f134f4ce75a76b12904ceb32e40 (diff)
downloadusermoji-769bfae687069cc900f52295f83cd3f0a25a61da.tar.xz
glavesnapshot: Follow vulkan.h changes
-rw-r--r--layers/glave_snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/glave_snapshot.c b/layers/glave_snapshot.c
index 7b1c4ad6..b4a976e8 100644
--- a/layers/glave_snapshot.c
+++ b/layers/glave_snapshot.c
@@ -605,7 +605,7 @@ VK_LAYER_EXPORT VK_RESULT VKAPI vkDeviceWaitIdle(VK_DEVICE device)
return result;
}
-VK_LAYER_EXPORT VK_RESULT VKAPI vkAllocMemory(VK_DEVICE device, const VkMemoryAllocInfo * pAllocInfo, VK_GPU_MEMORY* pMem)
+VK_LAYER_EXPORT VK_RESULT VKAPI vkAllocMemory(VK_DEVICE device, const VkMemoryAllocInfo* pAllocInfo, VK_GPU_MEMORY* pMem)
{
loader_platform_thread_lock_mutex(&objLock);
ll_increment_use_count((void*)device, VK_OBJECT_TYPE_DEVICE);