Searched defs:windowExtent (Results 1 – 3 of 3) sorted by relevance
55 VkExtent2D windowExtent = {}; member in vk::Win32SurfaceKHR
92 VkExtent2D windowExtent = { 0, 0 }; in getWindowSize() local169 VkExtent2D windowExtent = getWindowSize(connection, window); in present() local
96 …VkExtent2D windowExtent = { static_cast<uint32_t>(attr.width), static_cast<uint32_t>(attr.height) … in present() local