Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 72394d9a by Giovanni Mascellani at 2024-11-14T14:09:04+01:00 vkd3d: Use WARN rather than ERR in vkd3d_instance_init().
ERR is used to indicate internal inconsistencies in vkd3d. Here that's not the case, we simply have to forward the error condition to the caller.
This fixes failures on the CI with llvmpipe, because the build we use is compiled without support for VK_KHR_surface and related extensions.
- - - - -
2 changed files:
- gitlab/build.yml - libs/vkd3d/device.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/72394d9ae39bbdd95dae5714527ed3...