mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 23:42:43 +00:00
Fix compilation on linux
This commit is contained in:
parent
9101bd7ad4
commit
c4758b5c6d
@ -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…
Reference in New Issue
Block a user