33-pom: Built shaders and assets.

This commit is contained in:
Branimir Karadžić
2017-04-04 19:47:18 -07:00
parent c50cc8493f
commit 42aa94504e
25 changed files with 55 additions and 62 deletions

View File

@@ -29,6 +29,15 @@ rule texturec_etc1
rule texturec_etc2
command = texturec -f $in -o $out -t etc2 -m
rule texturec_diffuse
command = texturec -f $in -o $out -t bc2 -m
rule texturec_normal
command = texturec -f $in -o $out -t bc5 -m -n
rule texturec_height
command = texturec -f $in -o $out -t r8
pwd = ../examples/assets/meshes
subninja ../examples/assets/meshes/meshes.ninja