Vincent Fries
Results
1
issues of
Vincent Fries
Inside the `drawFrame()` function in the chapter "Swap chain recreation" during the acquisition of the next image index: ``` VkResult result = vkAcquireNextImageKHR(device, swapChain, UINT64_MAX, imageAvailableSemaphores[currentFrame], VK_NULL_HANDLE, &imageIndex); if (result...