Skip to content

Commit

Permalink
Remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Jul 16, 2022
1 parent 1faa806 commit e4c5f0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RenderSystems/Vulkan/src/OgreVulkanRenderSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -861,10 +861,8 @@ namespace Ogre
}
}

// This is handled in OgreNext 3.0+. OgreNext 2.3 doesn't yet make use of this.
VulkanDevice::addExternalInstanceExtensions( externalInstance->instanceExtensions );


#ifdef OGRE_VULKAN_WINDOW_WIN32
if( VulkanDevice::hasInstanceExtension( VulkanWin32Window::getRequiredExtensionName() ) )
mAvailableVulkanSupports["win32"]->setSupported();
Expand Down

0 comments on commit e4c5f0f

Please sign in to comment.