Skip to content

Commit

Permalink
vulkan: Log DXVK release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Jan 25, 2023
1 parent 21c3b71 commit baa6e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace dxvk {

Com<IDXGIVkInteropFactory> dxgiVkFactory;
if (FAILED(dxgiFactory->QueryInterface(IID_PPV_ARGS(&dxgiVkFactory)))) {
log::write("Querying Vulkan entry point from DXGI factory failed, please ensure that DXVK's dxgi.dll is present and newer than gd414342");
log::write("Querying Vulkan entry point from DXGI factory failed, please ensure that DXVK's dxgi.dll (version 2.1 or newer) is present");
return nullptr;
}

Expand Down

0 comments on commit baa6e4d

Please sign in to comment.