mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[Vulkan] Fix a PrepareResolve call the last commit forgot.
This commit is contained in:
parent
191dc30bee
commit
16e33cf123
1 changed files with 1 additions and 1 deletions
|
|
@ -1013,7 +1013,7 @@ bool VulkanCommandProcessor::IssueCopy() {
|
|||
// Demand a resolve texture from the texture cache.
|
||||
TextureInfo texture_info;
|
||||
TextureInfo::PrepareResolve(copy_dest_base, copy_dest_format, resolve_endian,
|
||||
dest_logical_width,
|
||||
copy_dest_pitch, dest_logical_width,
|
||||
std::max(1u, dest_logical_height), &texture_info);
|
||||
|
||||
auto texture = texture_cache_->DemandResolveTexture(texture_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue