Oops, wrong value suggested for vk_amd_driver_check
This commit is contained in:
parent
772b4629e1
commit
03d0177fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ VulkanRenderDevice::VulkanRenderDevice(void *hMonitor, bool fullscreen, std::sha
|
|||
{
|
||||
if (mUseRayQuery)
|
||||
{
|
||||
Printf("AMD driver detected. Disabling RT cores. You can force RT cores on by setting vk_amd_driver_check to true.\n");
|
||||
Printf("AMD driver detected. Disabling RT cores. You can force RT cores on by setting vk_amd_driver_check to false.\n");
|
||||
mUseRayQuery = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue