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