diff --git a/RenderSystems/Vulkan/src/Vao/OgreVulkanVaoManager.cpp b/RenderSystems/Vulkan/src/Vao/OgreVulkanVaoManager.cpp index 7af8c7d8bef..d64cd98560a 100644 --- a/RenderSystems/Vulkan/src/Vao/OgreVulkanVaoManager.cpp +++ b/RenderSystems/Vulkan/src/Vao/OgreVulkanVaoManager.cpp @@ -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)