Removed old python build scripts, replaced with json example definition files
This commit is contained in:
parent
b5a733b502
commit
7ef4e1eb06
5 changed files with 64 additions and 107 deletions
17
android/subpasses/example.json
Normal file
17
android/subpasses/example.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue