[oden] Buffers and Indices

This commit is contained in:
John Doty 2023-06-17 08:38:46 -07:00
parent 8f6a337727
commit e6034cefbe
4 changed files with 106 additions and 7 deletions

View file

@ -11,3 +11,4 @@ log = "0.4"
wgpu = "0.16"
winit = "0.28"
pollster = "0.3"
bytemuck = { version = "1.13", features = ["derive"] }