Lines Matching refs:vkAllocateCommandBuffers
4017 "vkAllocateCommandBuffers parameter, VkCommandBufferLevel pCreateInfo->level, is an unrecognized enumerator");
4027 std::string reason = "vkAllocateCommandBuffers parameter, VkResult result, is " + EnumeratorString(result);
4037 vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) {
5031 if (!strcmp(funcName, "vkAllocateCommandBuffers"))
5032 return (PFN_vkVoidFunction)vkAllocateCommandBuffers;