diff --git a/neo/renderer/Vulkan/Allocator_VK.cpp b/neo/renderer/Vulkan/Allocator_VK.cpp index 20ab3379..67ce8e3d 100644 --- a/neo/renderer/Vulkan/Allocator_VK.cpp +++ b/neo/renderer/Vulkan/Allocator_VK.cpp @@ -739,6 +739,10 @@ CONSOLE_COMMAND( Vulkan_PrintHeapInfo, "Print out the heap information for this { idLib::Printf( "HOST_VISIBLE" ); } + if( heap.flags & VK_MEMORY_HEAP_MULTI_INSTANCE_BIT ) + { + idLib::Printf( ", MULTI_INSTANCE" ); + } idLib::Printf( "\n" ); for( uint32 j = 0; j < props.memoryTypeCount; ++j )