Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CajuM opened this issue May 16, 2020 · 1 comment
Open

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

CajuM opened this issue May 16, 2020 · 1 comment

Comments

@CajuM
Copy link

CajuM commented May 16, 2020

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

@FranciscodeMaussion
Copy link

Same issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants