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

This commit is contained in:
saschawillems 2017-06-17 11:31:28 +02:00
parent 6218942a19
commit e0d2fd5ff4
87 changed files with 655 additions and 2025 deletions

View file

@ -0,0 +1,19 @@
{
"apkname": "vulkanTerraintessellation",
"directories": {
"shaders": "terraintessellation"
},
"assets": {
"models": [
"geosphere.obj"
],
"textures": [
"skysphere_bc3_unorm.ktx",
"skysphere_astc_8x8_unorm.ktx",
"skysphere_etc2_unorm.ktx",
"terrain_texturearray_bc3_unorm.ktx",
"terrain_texturearray_astc_8x8_unorm.ktx",
"terrain_texturearray_etc2_unorm.ktx"
]
}
}