Home
last modified time | relevance | path

Searched refs:finalFormat (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp49 Format finalFormat = BASE_FORMAT_UNDEFINED; in GetValidDepthFormat() local
52 finalFormat = preferredFormats[idx]; in GetValidDepthFormat()
54 if (finalFormat == supportedDepthFormat) { in GetValidDepthFormat()
64 return finalFormat; in GetValidDepthFormat()