[oden] Following the wgpu tutorial

https://sotrh.github.io/learn-wgpu/beginner/tutorial2-surface/#render
This commit is contained in:
John Doty 2023-05-31 17:04:20 -07:00
commit a03c119b4c
5 changed files with 2053 additions and 0 deletions

3
src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
pollster::block_on(oden::run())
}