Home | History | Annotate | Download | only in layers

Lines Matching refs:GetDeviceProcAddr

248 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char *funcName) {
256 if (!table.GetDeviceProcAddr) return nullptr;
257 return table.GetDeviceProcAddr(device, funcName);
816 return unique_objects::GetDeviceProcAddr(dev, funcName);