Removed old python build scripts, replaced with json example definition files

This commit is contained in:
saschawillems 2017-06-16 21:21:55 +02:00
parent b5a733b502
commit 7ef4e1eb06
5 changed files with 64 additions and 107 deletions

View file

@ -0,0 +1,17 @@
{
"apkname": "vulkanSubpasses",
"directories": {
"shaders": "subpasses"
},
"assets": {
"models": [
"samplebuilding.dae",
"samplebuilding_glass.dae"
],
"textures": [
"colored_glass_bc3_unorm.ktx",
"colored_glass_etc2_unorm.ktx",
"colored_glass_astc_8x8_unorm.ktx"
]
}
}