vk: Include GCM format in debug name for temp texture-cache resources
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user