Skip to content

Commit

Permalink
[Vk]Non-coherent memory pools were being ignored
Browse files Browse the repository at this point in the history
This fails in latest Android Studio Simulator API_LEVEL 34
  • Loading branch information
darksylinc committed Dec 4, 2023
1 parent d7caf25 commit 62fa784
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 @@ -781,7 +781,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 62fa784

Please sign in to comment.