Skip to content

v3dv: Output a message if file open fails in physical_device_init

In the caller, this error simply gets mapped to VK_ERROR_INIT[...]. Especially for users it is very valueable to know what the driver tried and what kind of failure occured. Thus just straight out log to stderr.

Merge request reports