Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp1774 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetPhysicalDeviceProcAddr(VkInstance instance, const char*… in GetPhysicalDeviceProcAddr() function
1784 if (pTable->GetPhysicalDeviceProcAddr == nullptr) { in GetPhysicalDeviceProcAddr()
1787 return pTable->GetPhysicalDeviceProcAddr(instance, funcName); in GetPhysicalDeviceProcAddr()