mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
vk: Include GCM format in debug name for temp texture-cache resources
This commit is contained in:
parent
f64db8b5ed
commit
3102ae4b52
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue