Fix missing call to self.queue.submit

pull/6/head
Olivier Pinon 4 years ago
parent aa45a0605f
commit fc8a747acf

@ -257,6 +257,7 @@ Now we can actually get to clearing the screen (long time coming). We need to us
});
}
self.queue.submit([
encoder.finish()
]);
}
@ -337,4 +338,4 @@ In the event loop we're currently using `*control_flow = ControlFlow::Wait` in m
Modify the `input()` method to capture mouse events, and update the clear color using that. *Hint: you'll probably need to use `WindowEvent::CursorMoved`*
<AutoGithubLink/>
<AutoGithubLink/>

Loading…
Cancel
Save