Home
last modified time | relevance | path

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

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