mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 04:35:56 +00:00
forgot to remove this ones
This commit is contained in:
parent
9fbcb8c62e
commit
6f0656b292
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 = (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