Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp858 const auto myDevice = plat_.physicalDevice; in CheckExternalConfig() local
860 vkGetPhysicalDeviceProperties(myDevice, &myProperties.physicalDeviceProperties); in CheckExternalConfig()
861 vkGetPhysicalDeviceFeatures(myDevice, &myProperties.physicalDeviceFeatures); in CheckExternalConfig()
862 vkGetPhysicalDeviceMemoryProperties(myDevice, &myProperties.physicalDeviceMemoryProperties); in CheckExternalConfig()