radv: do not return from radv_GetPhysicalDeviceFeatures2()
This function returns void. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5116>
This commit is contained in:
@@ -1319,7 +1319,7 @@ void radv_GetPhysicalDeviceFeatures2(
|
||||
break;
|
||||
}
|
||||
}
|
||||
return radv_GetPhysicalDeviceFeatures(physicalDevice, &pFeatures->features);
|
||||
radv_GetPhysicalDeviceFeatures(physicalDevice, &pFeatures->features);
|
||||
}
|
||||
|
||||
static size_t
|
||||
|
||||
Reference in New Issue
Block a user