Update renderer_vulkan.cpp
All checks were successful
eden-license / license-header (pull_request) Successful in 16s
All checks were successful
eden-license / license-header (pull_request) Successful in 16s
This commit is contained in:
parent
9786b1aa41
commit
fc5e367e65
1 changed files with 1 additions and 1 deletions
|
@ -297,8 +297,8 @@ void RendererVulkan::Composite(std::span<const Tegra::FramebufferConfig> framebu
|
||||||
scheduler.Flush(*frame->render_ready);
|
scheduler.Flush(*frame->render_ready);
|
||||||
present_manager.Present(frame);
|
present_manager.Present(frame);
|
||||||
|
|
||||||
// Store the current frame for interpolation on the next call
|
|
||||||
if (frame_interpolation_enabled) {
|
if (frame_interpolation_enabled) {
|
||||||
|
// Store the current frame for interpolation on the next call
|
||||||
previous_frame = frame;
|
previous_frame = frame;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue