This commit is contained in:
Бранимир Караџић
2022-10-21 09:13:51 -07:00
parent 4f76738e96
commit 39c8d091f4
2 changed files with 32 additions and 32 deletions

View File

@@ -29,22 +29,22 @@ rule texturec_bc5
rule texturec_bc7
command = texturec -f $in -o $out -t bc7 -m
rule texturec_astc4x4
command = texturec -f $in -o $out -t astc4x4 -m
rule texturec_astc5x5
command = texturec -f $in -o $out -t astc5x5 -m
rule texturec_astc6x6
command = texturec -f $in -o $out -t astc6x6 -m
rule texturec_astc8x5
command = texturec -f $in -o $out -t astc8x5 -m
rule texturec_astc8x6
command = texturec -f $in -o $out -t astc8x6 -m
rule texturec_astc10x5
command = texturec -f $in -o $out -t astc10x5 -m