Home
last modified time | relevance | path

Searched refs:nextRegions (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp1093 const VkPresentRegionsKHR* nextRegions = reinterpret_cast<const VkPresentRegionsKHR*>(presentInfo->pNext); in GetPresentRegions() local
1094 while (nextRegions != nullptr) { in GetPresentRegions()
1095 if (nextRegions->sType == VK_STRUCTURE_TYPE_PRESENT_REGIONS_KHR) { in GetPresentRegions()
1096 presentRegions = nextRegions; in GetPresentRegions()
1098 nextRegions = reinterpret_cast<const VkPresentRegionsKHR*>(nextRegions->pNext); in GetPresentRegions()

Completed in 4 milliseconds