common.ninja 622 B

1234567891011121314151617181920212223242526
  1. builddir = ../.build
  2. rule geometryc_pack_normal
  3. command = geometryc -f $in -o $out --packnormal 1
  4. description = Converting geometry $in...
  5. rule texturec_bc1
  6. command = texturec -f $in -o $out -t bc1 -m
  7. rule texturec_bc2
  8. command = texturec -f $in -o $out -t bc2 -m
  9. rule texturec_bc3
  10. command = texturec -f $in -o $out -t bc3 -m
  11. rule texturec_bc4
  12. command = texturec -f $in -o $out -t bc4 -m
  13. rule texturec_bc5
  14. command = texturec -f $in -o $out -t bc5 -m
  15. rule texturec_etc1
  16. command = texturec -f $in -o $out -t etc1 -m
  17. rule texturec_etc2
  18. command = texturec -f $in -o $out -t etc2 -m