mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
rsx: Update sampler format class when inheriting mipmap slices/sections
This commit is contained in:
parent
4c0ef37a5c
commit
97bd8f7bc1
1 changed files with 1 additions and 0 deletions
|
@ -2173,6 +2173,7 @@ namespace rsx
|
||||||
// NOTE: Do not disable 'cyclic ref' since the texture_barrier may have already been issued!
|
// NOTE: Do not disable 'cyclic ref' since the texture_barrier may have already been issued!
|
||||||
result.image_handle = 0;
|
result.image_handle = 0;
|
||||||
result.external_subresource_desc = { 0, deferred_request_command::mipmap_gather, attributes, {}, tex.decoded_remap() };
|
result.external_subresource_desc = { 0, deferred_request_command::mipmap_gather, attributes, {}, tex.decoded_remap() };
|
||||||
|
result.format_class = rsx::classify_format(attributes.gcm_format);
|
||||||
|
|
||||||
if (use_upscaling)
|
if (use_upscaling)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue