You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
learn-wgpu/code/showcase/pong
lberrymage fa418b2c60
Use std::iter::once for encoder queue submission
`std::iter::once` is more idiomatic for passing single-value iterators
than Some(value), and it's even intended for this case according to the
docs.
4 years ago
..
res migrated pong code 4 years ago
src Use std::iter::once for encoder queue submission 4 years ago
Cargo.toml migrated pong code 4 years ago
build.rs migrated pong code 4 years ago