Skip to content

Commit

Permalink
[Vk] assert to catch mSharedFboItor pointing to nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
dyunchik authored and eugenegff committed Oct 2, 2024
1 parent 4ab51f1 commit a3fcd63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,7 @@ namespace Ogre

VkCommandBuffer cmdBuffer = mQueue->getCurrentCmdBuffer();

OGRE_ASSERT_LOW( mSharedFboItor != mRenderSystem->_getFrameBufferDescMap().end() );
const VulkanFrameBufferDescValue &fboDesc = mSharedFboItor->second;

size_t fboIdx = 0u;
Expand Down

0 comments on commit a3fcd63

Please sign in to comment.