Fix compilation on linux

This commit is contained in:
N00byKing 2024-09-08 23:29:53 +02:00
parent 9101bd7ad4
commit c4758b5c6d

View file

@ -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},
};