You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I deselect DONUT_WITH_DX12 and NVRHI_WITH_DX12
in cmake-gui
and select DONUT_WITH_VULKAN and NVRHI_WITH_VULKAN
and Configure, Generate and build
I have error
LINK : fatal error LNK1181: cannot open input file 'nvrhi_d3d12.lib'
When I select all of DONUT_WITH_DX12, NVRHI_WITH_DX12, DONUT_WITH_VULKAN and NVRHI_WITH_VULKAN
builded ok.
Is not possible to build only vulkan version of renderer w/o DX12?
The text was updated successfully, but these errors were encountered:
Yeah, Vulkan without DX12 is not currently supported - thanks for the report. I'll start marking these bugs as Vulkan related which should help with prioritizing.
When I deselect DONUT_WITH_DX12 and NVRHI_WITH_DX12
in cmake-gui
and select DONUT_WITH_VULKAN and NVRHI_WITH_VULKAN
and Configure, Generate and build
I have error
LINK : fatal error LNK1181: cannot open input file 'nvrhi_d3d12.lib'
When I select all of DONUT_WITH_DX12, NVRHI_WITH_DX12, DONUT_WITH_VULKAN and NVRHI_WITH_VULKAN
builded ok.
Is not possible to build only vulkan version of renderer w/o DX12?
The text was updated successfully, but these errors were encountered: