diff --git a/src/xenia/gpu/vulkan/texture_cache.cc b/src/xenia/gpu/vulkan/texture_cache.cc index f4ca49b0b..719a29565 100644 --- a/src/xenia/gpu/vulkan/texture_cache.cc +++ b/src/xenia/gpu/vulkan/texture_cache.cc @@ -471,8 +471,10 @@ TextureCache::Texture* TextureCache::DemandResolveTexture( reinterpret_cast(texture->image), VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, xe::format_string( - "RT: 0x%.8X - 0x%.8X", texture_info.guest_address, - texture_info.guest_address + texture_info.GetByteSize(true))); + "RT: 0x%.8X - 0x%.8X (%s, %s)", texture_info.guest_address, + texture_info.guest_address + texture_info.GetByteSize(true), + texture_info.format_info()->name, + get_dimension_name(texture_info.dimension))); // Setup an access watch. If this texture is touched, it is destroyed. texture->access_watch_handle = memory_->AddPhysicalAccessWatch(