diff options
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; |
