fix some comments
Signed-off-by: rustrover <seekseat@126.com>
This commit is contained in:
parent
a341e39df6
commit
500ba962d1
7 changed files with 8 additions and 8 deletions
|
|
@ -14,7 +14,7 @@ cargo run --package integration_wgpu
|
|||
```
|
||||
|
||||
### How to run this example with WebGL backend
|
||||
NOTE: Currently, WebGL backend is is still experimental, so expect bugs.
|
||||
NOTE: Currently, WebGL backend is still experimental, so expect bugs.
|
||||
|
||||
```sh
|
||||
# 0. Install prerequisites
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
|
||||
// Run event loop
|
||||
event_loop.run(move |event, window_target| {
|
||||
// You should change this if you want to render continuosly
|
||||
// You should change this if you want to render continuously
|
||||
window_target.set_control_flow(ControlFlow::Wait);
|
||||
|
||||
match event {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue