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
parent f64db8b5ed
commit 3102ae4b52

View file

@ -716,7 +716,7 @@ namespace vk
view_swizzle = source->native_component_map; 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); image->set_native_component_layout(view_swizzle);
auto view = image->get_view(remap_vector); auto view = image->get_view(remap_vector);