mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 04:35:56 +00:00
more clean up
This commit is contained in:
parent
f04a89d7b4
commit
9fbcb8c62e
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ std::pair<vk::Buffer, u32> TileManager::TryDetile(vk::Buffer in_buffer, u32 in_o
|
|||
set_writes);
|
||||
|
||||
DetilerParams params;
|
||||
params.num_levels = std::min<u32>(7, info.resources.levels);
|
||||
params.num_levels = (info.resources.levels);
|
||||
params.pitch0 = info.pitch >> (info.props.is_block ? 2u : 0u);
|
||||
params.height = info.size.height;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue