procedural-3d-engine/android/texturearray/example.json

13 lines
253 B
JSON
Raw Normal View History

{
"apkname": "vulkanTexturearray",
"directories": {
"shaders": "texturearray"
},
"assets": {
"textures": [
"texturearray_bc3_unorm.ktx",
"texturearray_astc_8x8_unorm.ktx",
"texturearray_etc2_unorm.ktx"
]
}
}