Home
last modified time | relevance | path

Searched defs:swapchainPresentMode (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp138 …VkPresentModeKHR swapchainPresentMode = VK_PRESENT_MODE_FIFO_KHR; // FIFO must be supported by the… in GetPresentMode() local
269 … const VkPresentModeKHR swapchainPresentMode = GetPresentMode(physicalDevice, surface_, flags_); in SwapchainVk() local