You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling with vulkan-headers >=v1.2.140 the following error is given:
In file included from ../vkd3d/libs/vkd3d/command.c:20:
../vkd3d/libs/vkd3d/vkd3d_private.h:1153:54: error: ‘VK_PIPELINE_BIND_POINT_RANGE_SIZE’ undeclared here (not in a function); did you mean ‘VK_PIPELINE_BIND_POINT_MAX_ENUM’?
When compiling with vulkan-headers >=v1.2.140 the following error is given:
This error is due to the VK_PIPELINE_BIND_POINT_RANGE_SIZE constant being deprecated in vulkan-headers v1.2.140
A patch is already available upstream: https://github.com/d3d12/vkd3d/commit/8e7bf8a5c3e004763a62822ff2d79cf76907b712
The text was updated successfully, but these errors were encountered: