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

@ -181,8 +181,7 @@ namespace gl
dst->set_native_component_layout(components);
}
const auto encoding = rsx::get_remap_encoding(remap);
return dst->get_view(encoding, remap);
return dst->get_view(remap);
}
void texture_cache::copy_transfer_regions_impl(gl::command_context& cmd, gl::texture* dst_image, const std::vector<copy_region_descriptor>& sources) const