mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
Fix compilation on linux
This commit is contained in:
parent
9101bd7ad4
commit
c4758b5c6d
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 = {};
|
||||
render_info.renderArea = {
|
||||
render_info.renderArea = vk::Rect2D{
|
||||
.offset = {0, 0},
|
||||
.extent = {frame->width, frame->height},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue