mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-26 13:07:07 +02:00
fix build
This commit is contained in:
parent
59444d5c48
commit
71cf0e0daa
1 changed files with 1 additions and 1 deletions
|
|
@ -720,7 +720,7 @@ void BlitScale(Scheduler& scheduler, VkImage src_image, VkImage dst_image, const
|
||||||
|
|
||||||
scheduler.RequestOutsideRenderPassOperationContext();
|
scheduler.RequestOutsideRenderPassOperationContext();
|
||||||
scheduler.Record([dst_image, src_image, extent, resources, aspect_mask, resolution, is_2d,
|
scheduler.Record([dst_image, src_image, extent, resources, aspect_mask, resolution, is_2d,
|
||||||
vk_filter, up_scaling](vk::CommandBuffer cmdbuf) {
|
vk_filter, up_scaling, use_unified_layouts](vk::CommandBuffer cmdbuf) {
|
||||||
const VkOffset2D src_size{
|
const VkOffset2D src_size{
|
||||||
.x = static_cast<s32>(up_scaling ? extent.width : resolution.ScaleUp(extent.width)),
|
.x = static_cast<s32>(up_scaling ? extent.width : resolution.ScaleUp(extent.width)),
|
||||||
.y = static_cast<s32>(is_2d && up_scaling ? extent.height
|
.y = static_cast<s32>(is_2d && up_scaling ? extent.height
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue