Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 11cf9e91 by Giovanni Mascellani at 2025-08-28T20:08:50+02:00 vkd3d: Use MESSAGE when exceeding Vulkan descriptor limits in d3d12_command_list_update_descriptor_table().
Instead of using ERR. The intention here is to notify the user that the Vulkan implementation isn't quite capable of doing what the application requested, but when libvkd3d is compiled with -DVKD3D_ABORT_ON_ERR, ERR will abort the process.
This allows running the tests on older NVIDIA GPUs with -DVKD3D_ABORT_ON_ERR.
- - - - -
1 changed file:
- libs/vkd3d/command.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/11cf9e918ac585599399058f2a683f...