Searched refs:bestMatchIndex (Results 1 – 1 of 1) sorted by relevance
257 int bestMatchIndex = -1; in SDL_Vulkan_Display_CreateSurface() local340 bestMatchIndex = i; in SDL_Vulkan_Display_CreateSurface()344 if (bestMatchIndex < 0) in SDL_Vulkan_Display_CreateSurface()352 createInfo.displayMode = displayModeProperties[bestMatchIndex].displayMode; in SDL_Vulkan_Display_CreateSurface()354 displayModeProperties[bestMatchIndex].parameters.visibleRegion.width, in SDL_Vulkan_Display_CreateSurface()355 displayModeProperties[bestMatchIndex].parameters.visibleRegion.height, in SDL_Vulkan_Display_CreateSurface()
Completed in 3 milliseconds