mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 05:43:12 +01:00
Fixed issue #815.
This commit is contained in:
@@ -4,6 +4,10 @@ rule geometryc_pack_normal
|
||||
command = geometryc -f $in -o $out --packnormal 1
|
||||
description = Converting geometry $in...
|
||||
|
||||
rule geometryc_pack_normal_barycentric
|
||||
command = geometryc -f $in -o $out --packnormal 1 --barycentric
|
||||
description = Converting geometry $in...
|
||||
|
||||
rule texturec_bc1
|
||||
command = texturec -f $in -o $out -t bc1 -m
|
||||
|
||||
@@ -24,3 +28,9 @@ rule texturec_etc1
|
||||
|
||||
rule texturec_etc2
|
||||
command = texturec -f $in -o $out -t etc2 -m
|
||||
|
||||
pwd = ../examples/assets/meshes
|
||||
subninja ../examples/assets/meshes/meshes.ninja
|
||||
|
||||
pwd = ../examples/assets/textures
|
||||
subninja ../examples/assets/textures/textures.ninja
|
||||
Reference in New Issue
Block a user