Added ETC2 and ASTC texture variants (Refs #174)
This commit is contained in:
parent
a1bdd19277
commit
3af19a1041
3 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import glob
|
||||||
APK_NAME = "vulkanDeferred"
|
APK_NAME = "vulkanDeferred"
|
||||||
SHADER_DIR = "deferred"
|
SHADER_DIR = "deferred"
|
||||||
ASSETS_MODELS = ["plane.obj"]
|
ASSETS_MODELS = ["plane.obj"]
|
||||||
ASSETS_TEXTURES = ["stonefloor01_color_astc_8x8_unorm.ktx", "stonefloor01_color_bc3_unorm.ktx", "stonefloor01_normal_astc_8x8_unorm.ktx", "stonefloor01_normal_bc3_unorm.ktx"]
|
ASSETS_TEXTURES = ["stonefloor01_color_astc_8x8_unorm.ktx", "stonefloor01_color_bc3_unorm.ktx", "stonefloor01_normal_astc_8x8_unorm.ktx", "stonefloor01_normal_bc3_unorm.ktx", "stonefloor01_color_etc2_unorm.ktx", "stonefloor01_normal_etc2_unorm.ktx"]
|
||||||
|
|
||||||
if subprocess.call("ndk-build", shell=True) == 0:
|
if subprocess.call("ndk-build", shell=True) == 0:
|
||||||
print("Build successful")
|
print("Build successful")
|
||||||
|
|
|
||||||
BIN
data/textures/stonefloor01_color_etc2_unorm.ktx
Normal file
BIN
data/textures/stonefloor01_color_etc2_unorm.ktx
Normal file
Binary file not shown.
BIN
data/textures/stonefloor01_normal_etc2_unorm.ktx
Normal file
BIN
data/textures/stonefloor01_normal_etc2_unorm.ktx
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue