mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
Fix compilation on linux (#846)
This commit is contained in:
parent
6b5cd04893
commit
f23c6dc852
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ void Render(const vk::CommandBuffer& cmdbuf, ::Vulkan::Frame* frame) {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
vk::RenderingInfo render_info = {};
|
vk::RenderingInfo render_info = {};
|
||||||
render_info.renderArea = {
|
render_info.renderArea = vk::Rect2D{
|
||||||
.offset = {0, 0},
|
.offset = {0, 0},
|
||||||
.extent = {frame->width, frame->height},
|
.extent = {frame->width, frame->height},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue