piping the texture attachments

This commit is contained in:
2021-03-23 22:01:33 -07:00
parent afc20a0efa
commit 38d29a9303
5 changed files with 170 additions and 106 deletions

View File

@@ -33,7 +33,7 @@ toml = "0.5.8"
cgmath = "0.18.0"
rapier3d = { version = "0.5.0", features = ["simd-nightly", "parallel"] }
nalgebra = "0.24.1"
legion = "0.3.1"
legion = "0.4.0"
wgpu = "0.7.0"
imgui = "0.7.0"
imgui-wgpu = "0.14.0"