Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:GetDeviceProcAddr

690 PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pName) {
693 return GetData(device).driver.GetDeviceProcAddr(device, pName);