Searched refs:rotatedExtents (Results 1 – 1 of 1) sorted by relevance
815 gl::Extents rotatedExtents = extents; in createSwapChain() local825 std::swap(rotatedExtents.width, rotatedExtents.height); in createSwapChain()848 swapchainInfo.imageExtent.width = std::max(rotatedExtents.width, 1); in createSwapChain()849 swapchainInfo.imageExtent.height = std::max(rotatedExtents.height, 1); in createSwapChain()880 gl_vk::GetExtent(rotatedExtents, &vkExtents); in createSwapChain()