vkd3d icon indicating copy to clipboard operation
vkd3d copied to clipboard

Build failure when compiling with vulkan-headers >= v1.2.140

Open CajuM opened this issue 5 years ago • 1 comments

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’?

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

CajuM avatar May 16 '20 11:05 CajuM

Same issue here.

FranciscodeMaussion avatar May 16 '20 15:05 FranciscodeMaussion