Skip to content

Commit

Permalink
Don't emit a warning to the user if no capable vulkan GPU was found
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupeyy committed Oct 3, 2024
1 parent 47db90d commit bbab347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/client/backend/vulkan/backend_vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3798,7 +3798,7 @@ class CCommandProcessorFragment_Vulkan : public CCommandProcessorFragment_GLBase

if(m_pGpuList->m_vGpus.empty())
{
SetWarning(EGfxWarningType::GFX_WARNING_TYPE_INIT_FAILED_MISSING_INTEGRATED_GPU_DRIVER, "No devices with required vulkan version found.");
dbg_msg("vulkan", "no devices with required vulkan version found.");
return false;
}

Expand Down

0 comments on commit bbab347

Please sign in to comment.