That's it. Fifo present mode halts until the next time the screen is refreshed. Mailbox will replace the lined up image if the refresh period has not been reached

This commit is contained in:
2019-09-05 23:26:25 -07:00
parent 9135d9ec84
commit 711e678969
2 changed files with 53 additions and 36 deletions

View File

@@ -175,7 +175,8 @@ fn main() {
//canvas.draw(&compu_sprite1);
{
let g = hprof::enter("Run");
(frame_future) = processor.run(&surface, frame_future,
processor.run(&surface,
//frame_future,
canvas,
compu_frame);
}