Home
last modified time | relevance | path

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

/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 specification. in GetPresentMode() local
269 const VkPresentModeKHR swapchainPresentMode = GetPresentMode(physicalDevice, surface_, flags_); in SwapchainVk() local
321 swapchainPresentMode, // presentMod in SwapchainVk() local
[all...]

Completed in 2 milliseconds