Searched refs:surfaceInfo2 (Results 1 – 1 of 1) sorted by relevance
588 VkPhysicalDeviceSurfaceInfo2KHR surfaceInfo2 = {}; in initializeImpl() local589 surfaceInfo2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SURFACE_INFO_2_KHR; in initializeImpl()590 surfaceInfo2.pNext = nullptr; in initializeImpl()591 surfaceInfo2.surface = mSurface; in initializeImpl()607 physicalDevice, &surfaceInfo2, &surfaceCaps2)); in initializeImpl()