From 8b4974426523e356ef4fae9088ca157092e80d06 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 6 Nov 2015 06:42:02 +0800 Subject: bug 15085: queue creation naming issues Manually rename arraySize and s/queuePriorityCount/queueCount/g s/requestedQueueCount/queueCreateInfoCount/g s/pRequestedQueues/pQueueCreateInfos/g https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15085 Conflicts: layers/draw_state.cpp --- loader/loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/loader.c b/loader/loader.c index e8a1210c..459f0e10 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2966,7 +2966,7 @@ VKAPI_ATTR VkResult VKAPI_CALL loader_CreateDevice( char **filtered_extension_names = NULL; VkResult res; - assert(pCreateInfo->requestedQueueCount >= 1); + assert(pCreateInfo->queueCreateInfoCount >= 1); if (!icd) return VK_ERROR_INITIALIZATION_FAILED; -- cgit v1.2.3