Texture and bind groups

This commit is contained in:
Werner
2021-11-03 10:00:01 -03:00
parent 52c16d7b69
commit 7d2bd7322f
6 changed files with 256 additions and 11 deletions

View File

@ -10,9 +10,9 @@ publish = false
[[bin]]
name = "Renderer"
path = "Source/Main.rs"
doc = false
[dependencies]
anyhow = "1.0"
bytemuck = { version = "1.4", features = [ "derive" ] }
cgmath = "0.18"
env_logger = "0.9"