mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
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.