Skip to content

Commit

Permalink
Merge branch 'v2-3' into v3-0
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Jan 26, 2025
2 parents ebce9a6 + d4625d7 commit a2d7973
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions RenderSystems/Vulkan/src/OgreVulkanRenderSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1056,11 +1056,10 @@ namespace Ogre

if( !bAnySupported )
{
LogManager::getSingleton().logMessage(
"Vulkan support found but instance is uncapable of "
"drawing to the screen! Cannot continue",
LML_CRITICAL );
return;
OGRE_EXCEPT( Exception::ERR_RENDERINGAPI_ERROR,
"Vulkan layer loaded but instance is uncapable of drawing to the screen! "
"Cannot continue.",
"VulkanRenderSystem::initializeVkInstance" );
}

// Check supported layers we may want
Expand Down

0 comments on commit a2d7973

Please sign in to comment.