mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 01:54:31 +00:00
forgot to remove this ones
This commit is contained in:
parent
9fbcb8c62e
commit
6f0656b292
@ -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…
Reference in New Issue
Block a user