Merge pull request #6 from AlisCode/master

Fix missing call to self.queue.submit
pull/13/head^2
sotrh 4 years ago committed by GitHub
commit 2926abceba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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