Uniform buffers and a 3d camera

This commit is contained in:
Guilherme Werner
2024-02-16 20:57:34 -03:00
parent 5ab47964e7
commit b48cdbfff5
4 changed files with 226 additions and 5 deletions

View File

@ -20,6 +20,7 @@ path = "src/main.rs"
anyhow = "1.0"
bytemuck = { version = "1.12", features = ["derive"] }
cfg-if = "1"
cgmath = "0.18"
env_logger = "0.10"
log = "0.4"
wgpu = "0.18"