vk: Include GCM format in debug name for temp texture-cache resources

This commit is contained in:
kd-11
2025-11-16 14:26:41 +03:00
committed by kd-11
parent ae8e28282c
commit 590a0bbcad

View File

@@ -716,7 +716,7 @@ namespace vk
view_swizzle = source->native_component_map;
}
image->set_debug_name("Temp view");
image->set_debug_name(fmt::format("Temp view, fmt=0x%x", gcm_format));
image->set_native_component_layout(view_swizzle);
auto view = image->get_view(remap_vector);