rsx: Use a proper struct to wrap around channel remap operations

This commit is contained in:
kd-11 2024-10-03 02:59:42 +03:00 committed by kd-11
parent b1b0ac4433
commit 826f805902
30 changed files with 317 additions and 308 deletions

View file

@ -709,7 +709,7 @@ namespace vk
image->set_debug_name("Temp view");
image->set_native_component_layout(view_swizzle);
auto view = image->get_view(rsx::get_remap_encoding(remap_vector), remap_vector);
auto view = image->get_view(remap_vector);
if (copy)
{