Add Bind groups

This commit is contained in:
Marco Thomas
2021-08-25 12:29:50 +02:00
parent 68e111bd99
commit 2464e2118f
10 changed files with 214 additions and 149 deletions

View File

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