Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp696 const auto instanceWrapper = (plat_.instance == VK_NULL_HANDLE) ? in CreateInstance() local
700 plat_.instance = instanceWrapper.instance; in CreateInstance()
702 plat_.deviceApiMajor = instanceWrapper.apiMajor; in CreateInstance()
703 plat_.deviceApiMinor = instanceWrapper.apiMinor; in CreateInstance()
704 if (instanceWrapper.debugUtilsSupported) { in CreateInstance()
708 if (!debugFunctionUtilities_.debugMessenger && instanceWrapper.debugReportSupported) { in CreateInstance()