diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-15 16:58:44 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-23 17:31:14 -0600 |
| commit | 8ab618c8214afba01166e7753726b6a6713862e1 (patch) | |
| tree | cf97601cb02b7256d66e2f63380dcb9d7f2e1bb9 /include | |
| parent | 396b5a55c6b002a26fe6169c62781afbfa2caab8 (diff) | |
| download | usermoji-8ab618c8214afba01166e7753726b6a6713862e1.tar.xz | |
bug-14642: Rename queueRecordCount to requestedQueueCount
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
