Skip to content

Commit

Permalink
Merge branch 'v2-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Dec 4, 2023
2 parents 3a48d1a + 62fa784 commit 60f7e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RenderSystems/Vulkan/src/Vao/OgreVulkanVaoManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ namespace Ogre
( VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT ) ) ==
VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT )
{
// addMemoryType( CPU_WRITE_PERSISTENT, memProperties, i );
addMemoryType( CPU_WRITE_PERSISTENT, memProperties, i );
}

// Find coherent memory (many desktop GPUs don't provide this)
Expand Down

0 comments on commit 60f7e3b

Please sign in to comment.