Removed old python build scripts, replaced with json example definition files
This commit is contained in:
parent
3064aef33c
commit
b5a733b502
10 changed files with 72 additions and 225 deletions
20
android/instancing/example.json
Normal file
20
android/instancing/example.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"apkname": "vulkanInstancing",
|
||||
"directories": {
|
||||
"shaders": "instancing"
|
||||
},
|
||||
"assets": {
|
||||
"models": [
|
||||
"rock01.dae",
|
||||
"sphere.obj"
|
||||
],
|
||||
"textures": [
|
||||
"texturearray_rocks_bc3_unorm.ktx",
|
||||
"texturearray_rocks_astc_8x8_unorm.ktx",
|
||||
"texturearray_rocks_etc2_unorm.ktx",
|
||||
"lavaplanet_bc3_unorm.ktx",
|
||||
"lavaplanet_astc_8x8_unorm.ktx",
|
||||
"lavaplanet_etc2_unorm.ktx"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue