vkd3d
vkd3d copied to clipboard
Results
2
vkd3d issues
Sort by
recently updated
recently updated
newest added
There should be a big fat warning that this is a very old version!
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’? ```...