X Tutup
The Wayback Machine - https://web.archive.org/web/20201028214340/https://github.com/ValveSoftware/vkd3d/issues/1
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 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: d3d12/vkd3d@8e7bf8a

@FranciscodeMaussion
Copy link

@FranciscodeMaussion FranciscodeMaussion commented May 16, 2020

Same issue here.

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup