mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
rsx: Use a proper struct to wrap around channel remap operations
This commit is contained in:
parent
b1b0ac4433
commit
826f805902
30 changed files with 317 additions and 308 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue