Fix formatting to make lint happy.
This commit is contained in:
@@ -220,8 +220,8 @@ VkResult CachedTileView::Initialize(VkCommandBuffer command_buffer) {
|
||||
|
||||
device_->DbgSetObjectName(
|
||||
reinterpret_cast<uint64_t>(image), VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT,
|
||||
xe::format_string("RT: 0x%.8X 0x%.8X(%d)", key.tile_offset, key.tile_width,
|
||||
key.tile_width));
|
||||
xe::format_string("RT: 0x%.8X 0x%.8X(%d)", key.tile_offset,
|
||||
key.tile_width, key.tile_width));
|
||||
|
||||
VkMemoryRequirements memory_requirements;
|
||||
vkGetImageMemoryRequirements(*device_, image, &memory_requirements);
|
||||
|
||||
Reference in New Issue
Block a user