First half of buffers

This commit is contained in:
Marco Thomas
2021-08-23 18:35:32 +02:00
parent c79954896a
commit 68e111bd99
7 changed files with 120 additions and 35 deletions

View File

@@ -13,3 +13,4 @@ env_logger = "0.9"
log = "0.4"
wgpu = "0.9"
pollster = "0.2"
bytemuck = { version = "1.4", features = [ "derive" ] }