mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
33-pom: Built shaders and assets.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user