wgsl include preprocessor; refactor pbr

This commit is contained in:
Lauri Räsänen 2023-01-25 05:34:01 +02:00
parent 6040a4430a
commit a4e56e8d58
10 changed files with 115 additions and 64 deletions

View file

@ -18,6 +18,7 @@ cgmath = "0.18"
tobj = { version = "3.2.1", features = ["async"] }
gltf = "1.0.0"
wgpu-types = "0.14.1"
regex = "1.7.1"
[build-dependencies]
anyhow = "1.0.68"