Searched refs:vkResult (Results 1 – 1 of 1) sorted by relevance
56 VkResult vkResult = vkCreateInstance(&instance_info, nullptr, &instance); in initVulkan() local57 if (vkResult == VK_ERROR_INITIALIZATION_FAILED) { in initVulkan()