Skip to content

Commit

Permalink
Don't emit a warning 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 d8d0993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 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,6 @@ 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.");
return false;
}

Expand Down

0 comments on commit d8d0993

Please sign in to comment.