From 8ab618c8214afba01166e7753726b6a6713862e1 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 15 Oct 2015 16:58:44 -0600 Subject: bug-14642: Rename queueRecordCount to requestedQueueCount --- include/vulkan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vulkan.h b/include/vulkan.h index fae3267c..61a0b009 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1366,7 +1366,7 @@ typedef struct { typedef struct { VkStructureType sType; const void* pNext; - uint32_t queueRecordCount; + uint32_t requestedQueueCount; const VkDeviceQueueCreateInfo* pRequestedQueues; uint32_t layerCount; const char*const* ppEnabledLayerNames; -- cgit v1.2.3