diff options
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c index 31615c84..22a80b15 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2933,7 +2933,7 @@ VkResult VKAPI loader_CreateDevice( char **filtered_extension_names = NULL; VkResult res; - assert(pCreateInfo->queueRecordCount >= 1); + assert(pCreateInfo->requestedQueueCount >= 1); if (!icd->CreateDevice) { return VK_ERROR_INITIALIZATION_FAILED; |
