I'm trying to build a version without required in VK_EXT_vertex_attribute_divisor. All necessary libraries seem to be installed. I got many errors with undefined reference to.
VK_EXT_vertex_attribute_divisor
undefined reference to
https://pastebin.com/ZY1hUenT
-- It seems it need to enable LTO
-- I maked a build manually:
meson --cross-file build-win64.txt --prefix /your/dxvk/directory build.w64 cd build.w64 meson configure -Dbuildtype=release ninja
Everything went successfully.
Doesn't happen on my end.
@doitsujin Many big thanks for 0.60 update with b62ccfe.
Unity builds are disabled now, so Meson shouldn't try to use LTO or anything like that.
Nothing extracted yet.
I'm trying to build a version without required in
VK_EXT_vertex_attribute_divisor. All necessary libraries seem to be installed.I got many errors with
undefined reference to.https://pastebin.com/ZY1hUenT
--
It seems it need to enable LTO
--
I maked a build manually:
Everything went successfully.